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

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

am 25f75c36: am 8c303f7e: am fcf9c1ba: Merge "SurfaceFlinger: mFbFence initialization"

* commit '25f75c36':
  SurfaceFlinger: mFbFence initialization
parents 8b7cc0ae 25f75c36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ void VirtualDisplaySurface::resetPerFrameState() {
    mCompositionType = COMPOSITION_UNKNOWN;
    mSinkBufferWidth = 0;
    mSinkBufferHeight = 0;
    mFbFence = Fence::NO_FENCE;
    mOutputFence = Fence::NO_FENCE;
    mOutputProducerSlot = -1;
}