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

Unified Diff: cc/layer_tree_host_impl.h

Issue 11028021: cc: Improve frame/commit accounting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments Created 8 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
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_impl.h
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
index b6f57e51d4f27d689ad3bf21fd606904e7e6c7d7..5695f1c3d67fa8c1005ea523594f5ba53610e563 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -347,8 +347,9 @@ private:
scoped_ptr<CCFrameRateCounter> m_fpsCounter;
scoped_ptr<CCDebugRectHistory> m_debugRectHistory;
- size_t m_numImplThreadScrolls;
- size_t m_numMainThreadScrolls;
+ int64_t m_animationFrameCount;
+ int64_t m_implThreadScrollCount;
+ int64_t m_mainThreadScrollCount;
DISALLOW_COPY_AND_ASSIGN(CCLayerTreeHostImpl);
};
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698