Chromium Code Reviews| Index: cc/thread_proxy.h |
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
| index 9b65135fd13433e994dcad1f5fdedeeb81c8c516..3e5493d6ac724eeb10a26dd45bd845bb154e978a 100644 |
| --- a/cc/thread_proxy.h |
| +++ b/cc/thread_proxy.h |
| @@ -172,7 +172,7 @@ private: |
| bool m_renderVSyncEnabled; |
| base::TimeDelta m_totalCommitTime; |
| - size_t m_totalCommitCount; |
| + int64_t m_totalCommitCount; |
| }; |
| } |