| Index: third_party/WebKit/public/platform/WebCompositorSupport.h
|
| diff --git a/third_party/WebKit/public/platform/WebCompositorSupport.h b/third_party/WebKit/public/platform/WebCompositorSupport.h
|
| index 4b5146d1930c29dab4337012cd3bc5eef8aee3f0..f68c1721b4991bff42ae3ed502d576f3fbb93be9 100644
|
| --- a/third_party/WebKit/public/platform/WebCompositorSupport.h
|
| +++ b/third_party/WebKit/public/platform/WebCompositorSupport.h
|
| @@ -34,6 +34,7 @@
|
|
|
| namespace cc {
|
| class Layer;
|
| +class TextureLayerClient;
|
| }
|
|
|
| namespace blink {
|
| @@ -41,7 +42,6 @@ namespace blink {
|
| class WebContentLayer;
|
| class WebContentLayerClient;
|
| class WebExternalTextureLayer;
|
| -class WebExternalTextureLayerClient;
|
| class WebImageLayer;
|
| class WebLayer;
|
| class WebScrollbarLayer;
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| virtual WebContentLayer* createContentLayer(WebContentLayerClient*) { return nullptr; }
|
|
|
| - virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient*) { return nullptr; }
|
| + virtual WebExternalTextureLayer* createExternalTextureLayer(cc::TextureLayerClient*) { return nullptr; }
|
|
|
| virtual WebImageLayer* createImageLayer() { return nullptr; }
|
|
|
|
|