Move LayerType to RenderNode

Change-Id: Icb79a5015cb0362b1f3a66d09007450730135a97
This commit is contained in:
John Reck
2014-06-12 13:46:45 -07:00
parent a447d29c65
commit 25fbb3fa11
21 changed files with 424 additions and 398 deletions

View File

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