Chromium Code Reviews| Index: cc/CCThreadProxy.h |
| diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h |
| index c7b10942619ac8da4ece052a3f2f6dff3a381119..e5676dc794b932c0f3271f65d191490ed4f8fa09 100644 |
| --- a/cc/CCThreadProxy.h |
| +++ b/cc/CCThreadProxy.h |
| @@ -176,7 +176,7 @@ private: |
| bool m_renderVSyncEnabled; |
| base::TimeDelta m_totalCommitTime; |
| - size_t m_totalCommitCount; |
| + uint64_t m_totalCommitCount; |
| }; |
| } |