summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/public/platform/WebCompositorSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/platform/WebCompositorSupport.h')
-rw-r--r--chromium/third_party/WebKit/public/platform/WebCompositorSupport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/public/platform/WebCompositorSupport.h b/chromium/third_party/WebKit/public/platform/WebCompositorSupport.h
index 32a9e73f532..5f7d9b8d8fd 100644
--- a/chromium/third_party/WebKit/public/platform/WebCompositorSupport.h
+++ b/chromium/third_party/WebKit/public/platform/WebCompositorSupport.h
@@ -43,7 +43,6 @@ class WebFilterOperations;
class WebFloatAnimationCurve;
class WebGraphicsContext3D;
class WebImageLayer;
-class WebNinePatchLayer;
class WebLayer;
class WebScrollbar;
class WebScrollbarLayer;
@@ -71,8 +70,6 @@ public:
virtual WebImageLayer* createImageLayer() { return 0; }
- virtual WebNinePatchLayer* createNinePatchLayer() { return 0; }
-
virtual WebSolidColorLayer* createSolidColorLayer() { return 0; }
virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; }