| 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 a6b72542bdb52a20f7e3d3e087f4ac0e03c17f4a..e247dcfa77bb1a45d0d4c6df5d892ada2ecd26a7 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -99,7 +99,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
|
| // WebFrameWidgetBase overrides:
|
| bool forSubframe() const override { return false; }
|
| void scheduleAnimation() override;
|
| - CompositorProxyClient* createCompositorProxyClient() override;
|
| + CompositorProxyClientFactory* compositorProxyClientFactory() override;
|
| void setRootGraphicsLayer(GraphicsLayer*) override;
|
| void setRootLayer(WebLayer*) override;
|
| void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
|
|