| 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 cea53c53b22504f95039830aad2fdc0180701f17..5b5d786579d7f641887be23115e1686a55039389 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
|
| @@ -13,7 +13,7 @@
|
| namespace blink {
|
|
|
| class CompositorAnimationTimeline;
|
| -class CompositorProxyClient;
|
| +class CompositorProxyClientFactory;
|
| class DragController;
|
| class GraphicsLayer;
|
| class WebImage;
|
| @@ -27,7 +27,7 @@ class WebFrameWidgetBase : public WebFrameWidget {
|
| public:
|
| virtual bool forSubframe() const = 0;
|
| virtual void scheduleAnimation() = 0;
|
| - virtual CompositorProxyClient* createCompositorProxyClient() = 0;
|
| + virtual CompositorProxyClientFactory* compositorProxyClientFactory() = 0;
|
| virtual WebWidgetClient* client() const = 0;
|
|
|
| // Sets the root graphics layer. |GraphicsLayer| can be null when detaching
|
|
|