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

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

Issue 753443002: Remove WebThemeEngine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/public/BUILD.gn ('k') | sky/engine/public/platform/WebThemeEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index 514f7b9908b101de1e7333d091339089874aa508..9fe0a546290813b3c5de89db8dea75b850d96b3a 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -64,7 +64,6 @@ class WebGestureCurve;
class WebGraphicsContext3DProvider;
class WebSandboxSupport;
struct WebFloatPoint;
-class WebThemeEngine;
class WebURL;
class WebURLLoader;
class WebUnitTestSupport;
@@ -86,10 +85,6 @@ public:
// May return null if sandbox support is not necessary
virtual WebSandboxSupport* sandboxSupport() { return 0; }
- // May return null on some platforms.
- virtual WebThemeEngine* themeEngine() { return 0; }
-
- virtual WebFallbackThemeEngine* fallbackThemeEngine() { return 0; }
// Blob ----------------------------------------------------------------
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebThemeEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698