| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 354dec31623329cb3b7a0262c8e20ad9d858e417..596090ae2f547ebdf9d75cbc72f2ac7dcff2c8ca 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -135,6 +135,9 @@ public:
|
| // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| virtual void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
|
|
|
| + virtual void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override;
|
| + virtual void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override;
|
| +
|
| virtual void enterFullScreenForElement(Element*) override;
|
| virtual void exitFullScreenForElement(Element*) override;
|
|
|
|
|