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

Unified Diff: mojo/examples/html_viewer/blink_platform_impl.cc

Issue 358953002: Mojo: Add WebThemeEngine implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « mojo/examples/html_viewer/blink_platform_impl.h ('k') | mojo/examples/html_viewer/webthemeengine_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « mojo/examples/html_viewer/blink_platform_impl.h ('k') | mojo/examples/html_viewer/webthemeengine_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698