Index: Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h (revision 112611) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.h (working copy) |
@@ -94,8 +94,8 @@ |
// Set on impl thread, read on main thread. |
struct BeginFrameAndCommitState { |
- BeginFrameAndCommitState() : frameBeginTime() { } |
- double frameBeginTime; |
+ BeginFrameAndCommitState() : monotonicFrameBeginTime() { } |
+ double monotonicFrameBeginTime; |
OwnPtr<CCScrollAndScaleSet> scrollInfo; |
}; |
OwnPtr<BeginFrameAndCommitState> m_pendingBeginFrameRequest; |