Index: third_party/WebKit/Source/core/page/ChromeClient.h |
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h |
index f6a5b080f18a4a94c7657da0135112bc37bf916e..c2a116e9a643923e9615315fc53f2b80ef1b21ab 100644 |
--- a/third_party/WebKit/Source/core/page/ChromeClient.h |
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h |
@@ -70,6 +70,7 @@ class PopupOpeningObserver; |
class WebDragData; |
class WebFrameScheduler; |
class WebImage; |
+class WorkerClients; |
struct CompositedSelection; |
struct DateTimeChooserParameters; |
@@ -270,7 +271,7 @@ public: |
virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0; |
virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0; |
- virtual CompositorProxyClient* createCompositorProxyClient(LocalFrame*) = 0; |
+ virtual CompositorProxyClient* createCompositorProxyClient(LocalFrame*, WorkerClients&) = 0; |
virtual FloatSize elasticOverscroll() const { return FloatSize(); } |