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

Unified Diff: cc/trees/single_thread_proxy.cc

Issue 12780025: cc: Chromify rendering_stats (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: cc/trees/single_thread_proxy.cc
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index c7a1d24b6371e1fd296c18795995023b55ba7d83..083662a8614f53399d5ce78034b5ae21bcaa7046 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -172,8 +172,8 @@ bool SingleThreadProxy::RecreateOutputSurface() {
}
void SingleThreadProxy::CollectRenderingStats(RenderingStats* stats) {
- stats->totalCommitTime = total_commit_time_;
- stats->totalCommitCount = total_commit_count_;
+ stats->total_commit_time = total_commit_time_;
+ stats->total_commit_count = total_commit_count_;
layer_tree_host_impl_->CollectRenderingStats(stats);
}

Powered by Google App Engine
This is Rietveld 408576698