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

Commit 4af3a561 authored by Rob Carr's avatar Rob Carr
Browse files

libgui fuzzers: Fix build

An update to SurfaceControlStats merged through QPR somehow failed
to trigger presubmit failure and broke master build.

Bug: 250037892
Test: Existing tests pass
Change-Id: I3323319e41c3fe1ca2a04d4a0aaf2bd095ae8c59
parent 7be3c9b2
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);
}