| Index: sky/engine/public/platform/WebCompositorSupport.h
|
| diff --git a/sky/engine/public/platform/WebCompositorSupport.h b/sky/engine/public/platform/WebCompositorSupport.h
|
| index 573fdc1186dc552e5f2c868cc93ddba2b21f6609..bda7052fddaf7865955e3fad1376d7dd07be4bf8 100644
|
| --- a/sky/engine/public/platform/WebCompositorSupport.h
|
| +++ b/sky/engine/public/platform/WebCompositorSupport.h
|
| @@ -47,7 +47,6 @@ class WebFilterOperations;
|
| class WebFloatAnimationCurve;
|
| class WebGraphicsContext3D;
|
| class WebImageLayer;
|
| -class WebNinePatchLayer;
|
| class WebLayer;
|
| class WebScrollbarLayer;
|
| class WebScrollbarThemeGeometry;
|
| @@ -73,8 +72,6 @@ public:
|
|
|
| virtual WebImageLayer* createImageLayer() { return 0; }
|
|
|
| - virtual WebNinePatchLayer* createNinePatchLayer() { return 0; }
|
| -
|
| // The ownership of the WebScrollbarThemeGeometry pointer is passed to Chromium.
|
| virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; }
|
|
|
|
|