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

Commit 61606cec authored by Bo Liu's avatar Bo Liu Committed by Android (Google) Code Review
Browse files

Merge "Enable asynchronous RenderThread for WebView"

parents ed81ebc3 826b5644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ bool DrawFrameTask::syncFrameState(TreeInfo& info) {
        }
    }
    // If prepareTextures is false, we ran out of texture cache space
    return !info.out.hasFunctors && info.prepareTextures;
    return info.prepareTextures;
}

void DrawFrameTask::unblockUiThread() {