Chromium Code Reviews| Index: cc/thread_proxy.h |
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
| index cc7842ba3f336158c42a34d2948cc5605b8111f0..93245fb208df517149208329f79e81118ac2ac76 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; |
| }; |
| } |