Index: cc/CCSingleThreadProxy.h |
diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h |
index 4a9278ea259ff33396ae68f317f92c65a2a46170..287736f91c9304f1dcc64c519fefc5794b928d57 100644 |
--- a/cc/CCSingleThreadProxy.h |
+++ b/cc/CCSingleThreadProxy.h |
@@ -82,7 +82,7 @@ private: |
bool m_nextFrameIsNewlyCommittedFrame; |
base::TimeDelta m_totalCommitTime; |
- size_t m_totalCommitCount; |
+ uint64_t m_totalCommitCount; |
}; |
// For use in the single-threaded case. In debug builds, it pretends that the |