Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 77ebfdf3b93b82c636f18c6fbd79f971229a08d2..d7f57f2a981704294128f4a7404b0b92f0063988 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -336,10 +336,6 @@ |
void LayerTreeHostImpl::CommitComplete() { |
TRACE_EVENT0("cc", "LayerTreeHostImpl::CommitComplete"); |
- // Ask to be animated if there are animations |
- if (needs_animate_layers()) |
- SetNeedsAnimate(); |
- |
if (pending_tree_) |
pending_tree_->ApplyScrollDeltasSinceBeginMainFrame(); |
sync_tree()->set_needs_update_draw_properties(); |