| 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 2d89f2e338271eab11b8698144c51472c71dca73..feef1b1a661952f73b04a93a4e77e89ff7fa14dc 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -97,7 +97,8 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
|
| // WebFrameWidgetBase overrides:
|
| bool forSubframe() const override { return false; }
|
| void scheduleAnimation() override;
|
| - CompositorProxyClient* createCompositorProxyClient() override;
|
| + CompositorWorkerProxyClient* createCompositorWorkerProxyClient() override;
|
| + AnimationWorkletProxyClient* createAnimationWorkletProxyClient() override;
|
| void setRootGraphicsLayer(GraphicsLayer*) override;
|
| void setRootLayer(WebLayer*) override;
|
| WebLayerTreeView* getLayerTreeView() const override;
|
|
|