| Index: webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.h b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| index 4817221b658e88b23297fff10682e36d40524d03..686065bbe3bf56902c818a7997491c37d4e8e1a6 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| @@ -49,7 +49,9 @@ public:
|
| virtual void setNeedsRedraw() OVERRIDE;
|
| virtual bool commitRequested() const OVERRIDE;
|
| virtual void composite() OVERRIDE;
|
| - virtual void updateAnimations(double frameBeginTime) OVERRIDE;
|
| + // TODO(ajuma): Remove this after WebKit bug 106594 (which switches to using the 2-argument version) lands.
|
| + virtual void updateAnimations(double frameBeginTime);
|
| + virtual void updateAnimations(double monotonicFrameBeginTime, double wallClockFrameBeginTime);
|
| virtual void didStopFlinging() OVERRIDE;
|
| virtual bool compositeAndReadback(void *pixels, const WebRect&) OVERRIDE;
|
| virtual void finishAllRendering() OVERRIDE;
|
|
|