| 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 5607bbecc4489fde8dd509920c9b7a29d9a8aa24..d856c943f88e1c4a7d22b767b74269065fbd79e4 100644
|
| --- a/third_party/WebKit/public/web/WebFrameWidget.h
|
| +++ b/third_party/WebKit/public/web/WebFrameWidget.h
|
| @@ -37,6 +37,7 @@
|
|
|
| namespace blink {
|
|
|
| +class CompositorProxyClient;
|
| class WebLocalFrame;
|
| class WebView;
|
| class WebWidgetClient;
|
| @@ -76,6 +77,7 @@ public:
|
| // blink.
|
| virtual bool forSubframe() const { return true; }
|
| virtual void scheduleAnimation() = 0;
|
| + virtual CompositorProxyClient* createCompositorProxyClient() = 0;
|
| virtual WebWidgetClient* client() const = 0;
|
| };
|
|
|
|
|