Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 2bbacefdf1034a967c19c9bb6f4c8382ef017767..a0ad94517d509a8c4569b458371a06dd801e7c3f 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -47,7 +47,7 @@ public: |
// CCLayerTreeHostImplClient implementation |
virtual void didLoseContextOnImplThread() OVERRIDE { } |
virtual void onSwapBuffersCompleteOnImplThread() OVERRIDE; |
- virtual void onVSyncParametersChanged(double monotonicTimebase, double intervalInSeconds) OVERRIDE { } |
+ virtual void onVSyncParametersChanged(double monotonicTimebase, double intervalInSeconds) OVERRIDE; |
virtual void onCanDrawStateChanged(bool canDraw) OVERRIDE { } |
virtual void setNeedsRedrawOnImplThread() OVERRIDE; |
virtual void setNeedsCommitOnImplThread() OVERRIDE; |
@@ -81,7 +81,7 @@ private: |
bool m_nextFrameIsNewlyCommittedFrame; |
base::TimeDelta m_totalCommitTime; |
- size_t m_totalCommitCount; |
+ int64_t m_totalCommitCount; |
}; |
// For use in the single-threaded case. In debug builds, it pretends that the |