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 e06018a46c41cc05817cd7f2de418344537acae2..d85562009932a4652fdccd0891b16c064abcf161 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -57,6 +57,7 @@ class WebLayerTreeView; |
class WebMouseEvent; |
class WebMouseWheelEvent; |
class WebFrameWidgetImpl; |
+class WorkerClients; |
using WebFrameWidgetsSet = PersistentHeapHashSet<WeakMember<WebFrameWidgetImpl>>; |
@@ -123,7 +124,7 @@ public: |
void setIsTransparent(bool) override; |
void setBaseBackgroundColor(WebColor) override; |
void scheduleAnimation() override; |
- CompositorProxyClient* createCompositorProxyClient() override; |
+ CompositorProxyClient* createCompositorProxyClient(WorkerClients&) override; |
WebWidgetClient* client() const override { return m_client; } |