Index: trunk/src/mojo/examples/compositor_app/compositor_host.cc |
=================================================================== |
--- trunk/src/mojo/examples/compositor_app/compositor_host.cc (revision 245527) |
+++ trunk/src/mojo/examples/compositor_app/compositor_host.cc (working copy) |
@@ -101,7 +101,7 @@ |
child_transform.Translate(200, 200); |
child_transform.Rotate(child_rotation_degrees); |
child_layer_->SetTransform(child_transform); |
- tree_->SetNeedsUpdateLayers(); |
+ tree_->SetNeedsAnimate(); |
} |
void CompositorHost::Layout() {} |