| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index af9990b72e008c3382506701b33da290b1ec5ecb..8161169768b1badbbf7777bfd9612d6c54ad1fed 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -95,6 +95,9 @@ public:
|
| bool forSubframe() const { return false; }
|
| void scheduleAnimation() override;
|
| CompositorProxyClient* createCompositorProxyClient() override;
|
| + void setRootGraphicsLayer(GraphicsLayer*) override;
|
| + void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| + void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| WebWidgetClient* client() const override { return m_client; }
|
|
|
| private:
|
|
|