Index: Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (revision 112611) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (working copy) |
@@ -135,7 +135,7 @@ |
// CCLayerTreeHost interface to CCProxy. |
void willBeginFrame() { m_client->willBeginFrame(); } |
- void updateAnimations(double wallClockTime); |
+ void updateAnimations(double monotonicFrameBeginTime); |
void layout(); |
void beginCommitOnImplThread(CCLayerTreeHostImpl*); |
void finishCommitOnImplThread(CCLayerTreeHostImpl*); |