Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 275b30fe authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "libgui fuzzers: Fix build"

parents a609f0e8 4af3a561
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -145,7 +145,8 @@ void BufferQueueFuzzer::invokeBlastBufferQueue() {
    sp<Fence> presentFence = new Fence(memfd_create("fd", MFD_ALLOW_SEALING));
    SurfaceControlStats controlStats(surface, mFdp.ConsumeIntegral<int64_t>(),
                                     mFdp.ConsumeIntegral<int64_t>(), presentFence, previousFence,
                                     mFdp.ConsumeIntegral<uint32_t>(), frameStats);
                                     mFdp.ConsumeIntegral<uint32_t>(), frameStats,
                                     mFdp.ConsumeIntegral<uint32_t>());
    stats.push_back(controlStats);
}