| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index 00900a70a28949e24185914d9b9520573a6e3222..af0ec806954aebc39d5f1963e015722ffa8ad185 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -62,6 +62,7 @@
|
| using WebKit::WebAudioBus;
|
| using WebKit::WebCookie;
|
| using WebKit::WebData;
|
| +using WebKit::WebFallbackThemeEngine;
|
| using WebKit::WebLocalizedString;
|
| using WebKit::WebPluginListBuilder;
|
| using WebKit::WebString;
|
| @@ -383,7 +384,11 @@ void WebKitPlatformSupportImpl::SetFlingCurveParameters(
|
| }
|
|
|
| WebThemeEngine* WebKitPlatformSupportImpl::themeEngine() {
|
| - return &theme_engine_;
|
| + return &native_theme_engine_;
|
| +}
|
| +
|
| +WebFallbackThemeEngine* WebKitPlatformSupportImpl::fallbackThemeEngine() {
|
| + return &fallback_theme_engine_;
|
| }
|
|
|
| WebURLLoader* WebKitPlatformSupportImpl::createURLLoader() {
|
|
|