| 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() {
|
|
|