Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 837dac28ef4e84a72f88a20a2223555b0b9b0b3c..c49c20c9fddb65f503f22dfab97ba726a3ae455a 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -79,6 +79,7 @@ class DeprecatedPaintLayerCompositor; |
class TopControls; |
class UserGestureToken; |
class WebActiveGestureAnimation; |
+class WebCompositorAnimationTimeline; |
class WebDevToolsAgentImpl; |
class WebLayerTreeView; |
class WebLocalFrameImpl; |
@@ -446,6 +447,8 @@ public: |
DeprecatedPaintLayerCompositor* compositor() const; |
void registerForAnimations(WebLayer*); |
void scheduleAnimation(); |
+ void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*); |
+ void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*); |
virtual void setVisibilityState(WebPageVisibilityState, bool) override; |