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

Unified Diff: sky/engine/testing/platform/platform_impl.h

Issue 753443002: Remove WebThemeEngine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/testing/platform/BUILD.gn ('k') | sky/engine/testing/platform/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/testing/platform/platform_impl.h
diff --git a/sky/engine/testing/platform/platform_impl.h b/sky/engine/testing/platform/platform_impl.h
index 65dcb09a18d700ebffc874869d2a185ba071224f..c6705a0d3d95d2d3b6647a49a123419f8221aa8f 100644
--- a/sky/engine/testing/platform/platform_impl.h
+++ b/sky/engine/testing/platform/platform_impl.h
@@ -10,7 +10,6 @@
#include "base/threading/thread_local_storage.h"
#include "base/timer/timer.h"
#include "sky/engine/public/platform/Platform.h"
-#include "sky/engine/testing/platform/webthemeengine_impl.h"
#include "sky/engine/testing/platform/webunittestsupport_impl.h"
namespace sky {
@@ -22,7 +21,6 @@ class PlatformImpl : public blink::Platform {
// blink::Platform methods:
virtual blink::WebUnitTestSupport* unitTestSupport();
- virtual blink::WebThemeEngine* themeEngine();
virtual blink::WebString defaultLocale();
virtual double currentTime();
virtual double monotonicallyIncreasingTime();
@@ -47,7 +45,6 @@ class PlatformImpl : public blink::Platform {
double shared_timer_fire_time_;
bool shared_timer_fire_time_was_set_while_suspended_;
int shared_timer_suspended_; // counter
- WebThemeEngineImpl theme_engine_;
WebUnitTestSupportImpl unit_test_support_;
DISALLOW_COPY_AND_ASSIGN(PlatformImpl);
« no previous file with comments | « sky/engine/testing/platform/BUILD.gn ('k') | sky/engine/testing/platform/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698