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

Commit 794a9585 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6663666 from bf410486 to rvc-qpr1-release

Change-Id: I511de868d5a5ef2897fab40a6f81c12fd3a8bc7e
parents d9599a51 bf410486
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2121,7 +2121,8 @@ void SurfaceFlinger::onMessageRefresh() {
        mTimeStats->incrementCompositionStrategyChanges();
    }

    mVSyncModulator->onRefreshed(mHadClientComposition);
    // TODO: b/160583065 Enable skip validation when SF caches all client composition layers
    mVSyncModulator->onRefreshed(mHadClientComposition || mReusedClientComposition);

    mLayersWithQueuedFrames.clear();
    if (mVisibleRegionsDirty) {