Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: sky/engine/public/platform/WebCompositorSupport.h

Issue 685983002: Remove Nine Patch layers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/graphics/GraphicsLayer.cpp ('k') | sky/engine/public/platform/WebNinePatchLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « sky/engine/platform/graphics/GraphicsLayer.cpp ('k') | sky/engine/public/platform/WebNinePatchLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698