summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread/DrawFrameTask.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-06-13 02:32:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-12 05:34:42 +0000
commit816f71b7e0dc263362e9fc8d251c8d1944bff17c (patch)
tree7f8dc82b247276502976e80945f5b86716d20b7e /libs/hwui/renderthread/DrawFrameTask.cpp
parentc0daabbec3da4a39457ce62a15a909983a2368f1 (diff)
parent25fbb3fa1138675379102a44405852555cefccbd (diff)
downloadframeworks_base-816f71b7e0dc263362e9fc8d251c8d1944bff17c.zip
frameworks_base-816f71b7e0dc263362e9fc8d251c8d1944bff17c.tar.gz
frameworks_base-816f71b7e0dc263362e9fc8d251c8d1944bff17c.tar.bz2
Merge "Move LayerType to RenderNode"
Diffstat (limited to 'libs/hwui/renderthread/DrawFrameTask.cpp')
-rw-r--r--libs/hwui/renderthread/DrawFrameTask.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/renderthread/DrawFrameTask.cpp b/libs/hwui/renderthread/DrawFrameTask.cpp
index bdfdd21..797566f 100644
--- a/libs/hwui/renderthread/DrawFrameTask.cpp
+++ b/libs/hwui/renderthread/DrawFrameTask.cpp
@@ -130,9 +130,6 @@ bool DrawFrameTask::syncFrameState(TreeInfo& info) {
mContext->processLayerUpdate(mLayers[i].get(), info);
}
mLayers.clear();
- if (info.out.hasAnimations) {
- // TODO: Uh... crap?
- }
mContext->prepareTree(info);
if (info.out.hasAnimations) {