summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/DrawFrameTask.cpp
diff options
context:
space:
mode:
authorBo Liu <boliu@google.com>2014-06-23 21:16:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-20 21:00:34 +0000
commit61606cec5ceb705910dec94222b22e66a0365094 (patch)
tree7d34712993b8a9a47f711e7acad8234d56d1aae5 /libs/hwui/renderthread/DrawFrameTask.cpp
parented81ebc3c55e344ff511d283eaa8af31db9503c3 (diff)
parent826b56448691221e4cfe2f19a09c3d8790f78d2c (diff)
Merge "Enable asynchronous RenderThread for WebView"
Diffstat (limited to 'libs/hwui/renderthread/DrawFrameTask.cpp')
-rw-r--r--libs/hwui/renderthread/DrawFrameTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/DrawFrameTask.cpp b/libs/hwui/renderthread/DrawFrameTask.cpp
index 797566f29ae3..48abbf211b95 100644
--- a/libs/hwui/renderthread/DrawFrameTask.cpp
+++ b/libs/hwui/renderthread/DrawFrameTask.cpp
@@ -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() {