Enable asynchronous RenderThread for WebView

BUG: 12179257

Change-Id: Ib7358dc84a0a58020d178d10b324b9631848c06d
This commit is contained in:
Bo Liu
2014-05-13 16:47:27 -07:00
parent f5fb7035c4
commit 826b564486

View File

@ -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() {