Index: cc/CCThreadProxy.h |
diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h |
index 8fcc31fa009cdd7aae0057469173f7294c3d905c..d95af6f6238d3d1083445876310a9d4a683b5938 100644 |
--- a/cc/CCThreadProxy.h |
+++ b/cc/CCThreadProxy.h |
@@ -81,10 +81,8 @@ private: |
// Set on impl thread, read on main thread. |
struct BeginFrameAndCommitState { |
- BeginFrameAndCommitState() |
- : monotonicFrameBeginTime(0) |
- { |
- } |
+ BeginFrameAndCommitState(); |
+ ~BeginFrameAndCommitState(); |
double monotonicFrameBeginTime; |
OwnPtr<CCScrollAndScaleSet> scrollInfo; |