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

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

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

* commit '8c303f7e':
  SurfaceFlinger: mFbFence initialization
parents dd000905 8c303f7e
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;
}