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

Unified Diff: webkit/glue/webkitplatformsupport_impl.cc

Issue 14424007: Use the default theme as the fallback UI in Blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use aura colors for fallback theme Created 7 years, 8 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
Index: webkit/glue/webkitplatformsupport_impl.cc
diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
index 24208b73723fe87561e6ff21ba4e9ce8fd08e08f..b5985fb78c8189f85cde0e053779524a2139fb13 100644
--- a/webkit/glue/webkitplatformsupport_impl.cc
+++ b/webkit/glue/webkitplatformsupport_impl.cc
@@ -63,6 +63,7 @@
using WebKit::WebAudioBus;
using WebKit::WebCookie;
using WebKit::WebData;
+using WebKit::WebFallbackThemeEngine;
using WebKit::WebLocalizedString;
using WebKit::WebPluginListBuilder;
using WebKit::WebString;
@@ -384,7 +385,11 @@ void WebKitPlatformSupportImpl::SetFlingCurveParameters(
}
WebThemeEngine* WebKitPlatformSupportImpl::themeEngine() {
- return &theme_engine_;
+ return &native_theme_engine_;
+}
+
+WebFallbackThemeEngine* WebKitPlatformSupportImpl::fallbackThemeEngine() {
+ return &fallback_theme_engine_;
}
WebURLLoader* WebKitPlatformSupportImpl::createURLLoader() {
« ui/native_theme/native_theme_aura.cc ('K') | « webkit/glue/webkitplatformsupport_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698