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

Commit f65ebc3b authored by Jesse Hall's avatar Jesse Hall Committed by Android Git Automerger
Browse files

am f5bcb391: Merge "SurfaceFlinger: mFbProducerSlot initailization"

* commit 'f5bcb391':
  SurfaceFlinger: mFbProducerSlot initailization
parents 689a7f30 f5bcb391
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -461,6 +461,7 @@ void VirtualDisplaySurface::resetPerFrameState() {
    mFbFence = Fence::NO_FENCE;
    mOutputFence = Fence::NO_FENCE;
    mOutputProducerSlot = -1;
    mFbProducerSlot = -1;
}

status_t VirtualDisplaySurface::refreshOutputBuffer() {