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

Commit 11494934 authored by Jamie Gennis's avatar Jamie Gennis Committed by Android (Google) Code Review
Browse files

Merge "Remove a problematic empty update optimization."

parents 286ad727 37b126a3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -786,10 +786,6 @@ void SurfaceFlinger::handleRepaint()
{
    // compute the invalid region
    mInvalidRegion.orSelf(mDirtyRegion);
    if (mInvalidRegion.isEmpty()) {
        // nothing to do
        return;
    }

    if (UNLIKELY(mDebugRegion)) {
        debugFlashRegions();