Chromium Code Reviews| 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..16e555e488ffd8247a8bbb27d72c332400e1fe80 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 the WebKit patch to use the 2-argument version lands. |
|
Ian Vollick
2013/01/15 03:27:37
Is there a bug for this work that could be cited h
ajuma
2013/01/15 16:24:08
Done.
|
| + 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; |