Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 06987515b46199de388f2da811d83332df97cfbe..0be4c31ff072abf5d1ffdb19d4fc10d491f241bd 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -1164,7 +1164,6 @@ scoped_ptr<base::Value> LayerTreeHost::AsValue() const { |
} |
void LayerTreeHost::AnimateLayers(base::TimeTicks time) { |
- rendering_stats_instrumentation_->IncrementAnimationFrameCount(); |
if (!settings_.accelerated_animation_enabled || |
animation_registrar_->active_animation_controllers().empty()) |
return; |