| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index e3a1b32924839b697d18d135ad0b816ef3711d81..15ea7fea160fdef0fd620316bc5f2c00886c39a8 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1157,7 +1157,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;
|
|
|