Merge "SurfaceFlinger: mFbFence initialization"

This commit is contained in:
Jesse Hall 2014-01-26 08:15:15 +00:00 committed by Gerrit Code Review
commit fcf9c1bafb

View File

@ -458,6 +458,7 @@ void VirtualDisplaySurface::resetPerFrameState() {
mCompositionType = COMPOSITION_UNKNOWN;
mSinkBufferWidth = 0;
mSinkBufferHeight = 0;
mFbFence = Fence::NO_FENCE;
mOutputFence = Fence::NO_FENCE;
mOutputProducerSlot = -1;
}