| Index: cc/CCLayerTreeHostImpl.h
|
| diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h
|
| index 691a9b007e0605b59e35516305b8812c5626d679..bfc66905376bb346b44f267bbf6bd7883dbea6ed 100644
|
| --- a/cc/CCLayerTreeHostImpl.h
|
| +++ b/cc/CCLayerTreeHostImpl.h
|
| @@ -291,11 +291,12 @@ private:
|
| // rendering and input event hit testing.
|
| CCLayerList m_renderSurfaceLayerList;
|
|
|
| + uint64_t m_animationFrameCount;
|
| OwnPtr<CCFrameRateCounter> m_fpsCounter;
|
| OwnPtr<CCDebugRectHistory> m_debugRectHistory;
|
|
|
| - size_t m_numImplThreadScrolls;
|
| - size_t m_numMainThreadScrolls;
|
| + uint64_t m_implThreadScrollCount;
|
| + uint64_t m_mainThreadScrollCount;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CCLayerTreeHostImpl);
|
| };
|
|
|