| Index: ui/gfx/compositor/compositor_cc.h
|
| diff --git a/ui/gfx/compositor/compositor_cc.h b/ui/gfx/compositor/compositor_cc.h
|
| index df1f8e71fb1fce4d0d860d3af791fd185ba98a25..89e6e7df1ea7cc165277e40f82535e0d0d85a160 100644
|
| --- a/ui/gfx/compositor/compositor_cc.h
|
| +++ b/ui/gfx/compositor/compositor_cc.h
|
| @@ -12,7 +12,6 @@
|
| #include "ui/gfx/compositor/compositor.h"
|
| #include "ui/gfx/size.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayer.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayerClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayerTreeView.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayerTreeViewClient.h"
|
|
|
| @@ -79,8 +78,7 @@ class COMPOSITOR_EXPORT TextureCC : public Texture {
|
|
|
| class COMPOSITOR_EXPORT CompositorCC
|
| : public Compositor,
|
| - NON_EXPORTED_BASE(public WebKit::WebLayerTreeViewClient),
|
| - NON_EXPORTED_BASE(public WebKit::WebLayerClient) {
|
| + NON_EXPORTED_BASE(public WebKit::WebLayerTreeViewClient) {
|
| public:
|
| CompositorCC(CompositorDelegate* delegate,
|
| gfx::AcceleratedWidget widget,
|
| @@ -111,9 +109,6 @@ class COMPOSITOR_EXPORT CompositorCC
|
| virtual void didRebindGraphicsContext(bool success);
|
| virtual void scheduleComposite();
|
|
|
| - // WebLayerClient implementation.
|
| - virtual void notifyNeedsComposite();
|
| -
|
| private:
|
| gfx::AcceleratedWidget widget_;
|
| WebKit::WebLayer root_web_layer_;
|
|
|