Index: third_party/WebKit/public/web/WebFrameWidget.h |
diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h |
index e086eb328544740ea233392f7c5706a38f813cc3..404c95bb205b19d40b0d1ac69278abcab01478e9 100644 |
--- a/third_party/WebKit/public/web/WebFrameWidget.h |
+++ b/third_party/WebKit/public/web/WebFrameWidget.h |
@@ -43,6 +43,7 @@ class GraphicsLayer; |
class WebLocalFrame; |
class WebView; |
class WebWidgetClient; |
+class WorkerClients; |
class WebFrameWidget : public WebWidget { |
public: |
@@ -81,7 +82,7 @@ public: |
// blink. |
virtual bool forSubframe() const { return true; } |
virtual void scheduleAnimation() = 0; |
- virtual CompositorProxyClient* createCompositorProxyClient() = 0; |
+ virtual CompositorProxyClient* createCompositorProxyClient(WorkerClients&) = 0; |
virtual WebWidgetClient* client() const = 0; |
// Sets the root graphics layer. |GraphicsLayer| can be null when detaching |