| Index: third_party/WebKit/Source/web/WebFrameWidgetBase.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
|
| index e71ac932cd98197433eb25e0ecd953aaa40f6940..5793729933b6df9a38c46d915d23647fc379ac51 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
|
| @@ -13,12 +13,13 @@ namespace blink {
|
| class CompositorAnimationTimeline;
|
| class CompositorProxyClient;
|
| class GraphicsLayer;
|
| +class WorkerClients;
|
|
|
| class WebFrameWidgetBase : public WebFrameWidget {
|
| public:
|
| virtual bool forSubframe() const = 0;
|
| 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
|
|
|