| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index be31eb90eafda3765acfee4c8c985efec29f2bff..368b2486a0faf3e6eac81eee4347c930fdb3bdb2 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -346,8 +346,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);
|
| };
|
|
|