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

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

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/DEPS ('k') | mojo/examples/html_viewer/blink_platform_impl.cc » ('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.h
diff --git a/mojo/examples/html_viewer/blink_platform_impl.h b/mojo/examples/html_viewer/blink_platform_impl.h
index e24f17e382a05e63a8138be00b0b5317737680ef..68a97235fedf4a1ad3cb39b023ea92bd12c18f76 100644
--- a/mojo/examples/html_viewer/blink_platform_impl.h
+++ b/mojo/examples/html_viewer/blink_platform_impl.h
@@ -9,9 +9,9 @@
#include "base/threading/thread_local_storage.h"
#include "base/timer/timer.h"
#include "mojo/examples/html_viewer/webmimeregistry_impl.h"
+#include "mojo/examples/html_viewer/webthemeengine_impl.h"
#include "mojo/services/public/interfaces/network/network_service.mojom.h"
#include "third_party/WebKit/public/platform/Platform.h"
-#include "third_party/WebKit/public/platform/WebThemeEngine.h"
namespace mojo {
class ApplicationImpl;
@@ -68,7 +68,7 @@ class BlinkPlatformImpl : public blink::Platform {
bool shared_timer_fire_time_was_set_while_suspended_;
int shared_timer_suspended_; // counter
base::ThreadLocalStorage::Slot current_thread_slot_;
- blink::WebThemeEngine dummy_theme_engine_;
+ WebThemeEngineImpl theme_engine_;
WebMimeRegistryImpl mime_registry_;
};
« no previous file with comments | « mojo/examples/html_viewer/DEPS ('k') | mojo/examples/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698