Index: Source/web/WebFrameWidgetImpl.h |
diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h |
index 6f86444a3093135eb6455bdadf65026759f5af6c..2fdff9fb3c25066d270450f6c589625d47096dcc 100644 |
--- a/Source/web/WebFrameWidgetImpl.h |
+++ b/Source/web/WebFrameWidgetImpl.h |
@@ -48,6 +48,7 @@ class LocalFrame; |
class Page; |
class LayerCompositor; |
class UserGestureToken; |
+class WebCompositorAnimationTimeline; |
class WebLayer; |
class WebLayerTreeView; |
class WebLocalFrameImpl; |
@@ -133,6 +134,7 @@ public: |
LayerCompositor* compositor() const; |
void suppressInvalidations(bool enable); |
void setRootGraphicsLayer(GraphicsLayer*); |
+ void setCompositorAnimationTimeline(WebCompositorAnimationTimeline*); |
// Exposed for the purpose of overriding device metrics. |
void sendResizeEventAndRepaint(); |