| Index: cc/CCThreadProxy.h
|
| diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
|
| index 3744ef06e5c8343de56936848333fbf1921d5773..fc181a5acd20378e57706589e10b315fd83f0603 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;
|
|
|