| Index: mojo/examples/html_viewer/blink_platform_impl.cc
|
| diff --git a/mojo/examples/html_viewer/blink_platform_impl.cc b/mojo/examples/html_viewer/blink_platform_impl.cc
|
| index f629b9cd3c0e0077253173e5893c51f04c5cb679..bfbc952d2d8ab5bfe0f2e0f9abd875286a67441e 100644
|
| --- a/mojo/examples/html_viewer/blink_platform_impl.cc
|
| +++ b/mojo/examples/html_viewer/blink_platform_impl.cc
|
| @@ -64,7 +64,7 @@ blink::WebMimeRegistry* BlinkPlatformImpl::mimeRegistry() {
|
| }
|
|
|
| blink::WebThemeEngine* BlinkPlatformImpl::themeEngine() {
|
| - return &dummy_theme_engine_;
|
| + return &theme_engine_;
|
| }
|
|
|
| blink::WebString BlinkPlatformImpl::defaultLocale() {
|
|
|