Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4759)

Unified Diff: cc/trees/layer_tree_host.cc

Issue 26031002: cc: Remove unused metrics from RenderingStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698