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

Unified Diff: Source/Platform/chromium/public/Platform.h

Issue 14108007: Introduce the fallback theme engine that will be used to paint a fallback UI (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added to Platform.gypi Created 7 years, 7 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 | « Source/Platform/Platform.gypi ('k') | Source/Platform/chromium/public/WebFallbackThemeEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/Platform.h
diff --git a/Source/Platform/chromium/public/Platform.h b/Source/Platform/chromium/public/Platform.h
index ae1f9e8beaabd49ec00171a0cc5fbac7de3c5ea5..ad845ff3a5ca085e8e840e0c1551c74a9d59d8a1 100644
--- a/Source/Platform/chromium/public/Platform.h
+++ b/Source/Platform/chromium/public/Platform.h
@@ -55,6 +55,7 @@ class WebClipboard;
class WebCompositorSupport;
class WebCookieJar;
class WebDiscardableMemory;
+class WebFallbackThemeEngine;
class WebFileSystem;
class WebFileUtilities;
class WebFlingAnimator;
@@ -117,6 +118,8 @@ public:
// May return null on some platforms.
virtual WebThemeEngine* themeEngine() { return 0; }
+ virtual WebFallbackThemeEngine* fallbackThemeEngine() { return 0; }
+
// Must return non-null.
virtual WebHyphenator* hyphenator() { return 0; }
« no previous file with comments | « Source/Platform/Platform.gypi ('k') | Source/Platform/chromium/public/WebFallbackThemeEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698