Chromium Code Reviews| Index: cc/layer_tree_host_impl.h |
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
| index d3c3fe867b2eb3bab8d1f3c4756d1ea20dc3c028..ef8f6525cc6fb1bd9abba7701f3ea01ccda35aaa 100644 |
| --- a/cc/layer_tree_host_impl.h |
| +++ b/cc/layer_tree_host_impl.h |
| @@ -377,10 +377,12 @@ private: |
| scoped_ptr<FrameRateCounter> m_fpsCounter; |
| scoped_ptr<DebugRectHistory> m_debugRectHistory; |
| - size_t m_numImplThreadScrolls; |
| - size_t m_numMainThreadScrolls; |
| + int64 m_numImplThreadScrolls; |
| + int64 m_numMainThreadScrolls; |
| - size_t m_cumulativeNumLayersDrawn; |
| + int64 m_cumulativeNumLayersDrawn; |
| + |
| + int64 m_cumulativeNumMissingTiles; |
|
nduca
2012/12/07 01:14:37
any reason using the word missingTiles vs numCheck
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl); |
| }; |