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); |
}; |