| 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 9ef1278630d4b8c6ff393665b38b9de5886ce069..8f0ff36332b81a187511f0df0835564255111b6b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -100,6 +100,7 @@ public:
|
| void scheduleAnimation() override;
|
| CompositorProxyClient* createCompositorProxyClient() override;
|
| void setRootGraphicsLayer(GraphicsLayer*) override;
|
| + void setRootLayer(WebLayer*) override;
|
| void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| WebWidgetClient* client() const override { return m_client; }
|
|
|