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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 12780025: cc: Chromify rendering_stats (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « cc/trees/layer_tree_host.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4dee1b3dfab32ce88e1454853b4688989c6ae328..7a07dc2016f7f224582453e538f88bfc92d4d5c0 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -1191,7 +1191,7 @@ void LayerTreeHostImpl::ActivatePendingTree() {
RenderingStats stats =
rendering_stats_instrumentation_->GetRenderingStats();
paint_time_counter_->SaveRasterizeTime(
- stats.totalRasterizeTimeForNowBinsOnPendingTree,
+ stats.total_rasterize_time_for_now_bins_on_pending_tree,
active_tree_->source_frame_number());
}
}
« no previous file with comments | « cc/trees/layer_tree_host.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698