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

Commit 826b5644 authored by Bo Liu's avatar Bo Liu
Browse files

Enable asynchronous RenderThread for WebView

BUG: 12179257

Change-Id: Ib7358dc84a0a58020d178d10b324b9631848c06d
parent f5fb7035
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() {