Index: Source/WebKit/chromium/src/WebLayerTreeViewImpl.cpp |
=================================================================== |
--- Source/WebKit/chromium/src/WebLayerTreeViewImpl.cpp (revision 112611) |
+++ Source/WebKit/chromium/src/WebLayerTreeViewImpl.cpp (working copy) |
@@ -66,10 +66,10 @@ |
m_client->willBeginFrame(); |
} |
-void WebLayerTreeViewImpl::updateAnimations(double frameBeginTime) |
+void WebLayerTreeViewImpl::updateAnimations(double monotonicFrameBeginTime) |
{ |
if (m_client) |
- m_client->updateAnimations(frameBeginTime); |
+ m_client->updateAnimations(monotonicFrameBeginTime); |
} |
void WebLayerTreeViewImpl::layout() |