Index: Source/Platform/chromium/public/WebLayerTreeViewClient.h |
=================================================================== |
--- Source/Platform/chromium/public/WebLayerTreeViewClient.h (revision 112611) |
+++ Source/Platform/chromium/public/WebLayerTreeViewClient.h (working copy) |
@@ -42,7 +42,7 @@ |
// Updates animation and layout. These are called before the compositing |
// pass so that layers can be updated at the given frame time. |
- virtual void updateAnimations(double frameBeginTime) = 0; |
+ virtual void updateAnimations(double monotonicFrameBeginTime) = 0; |
virtual void layout() = 0; |
// Applies a scroll delta to the root layer, which is bundled with a page |