| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index 6aa082b31d28d7a7c5341c55f8e7ec2335714e17..885bffb1889e2aad5c9712fd40030eccf5db1cf7 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -138,6 +138,7 @@ public:
|
| CompositorProxyClient* createCompositorProxyClient() override;
|
| WebWidgetClient* client() const override { return m_client; }
|
| void setRootGraphicsLayer(GraphicsLayer*) override;
|
| + void setRootLayer(WebLayer*) override;
|
| void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
|
|
|
|