Merge "Enable asynchronous RenderThread for WebView"

This commit is contained in:
Bo Liu
2014-06-23 21:16:07 +00:00
committed by Android (Google) Code Review

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