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

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

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/platform_impl.h ('k') | sky/engine/testing/platform/webthemeengine_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/testing/platform/platform_impl.cc
diff --git a/sky/engine/testing/platform/platform_impl.cc b/sky/engine/testing/platform/platform_impl.cc
index 10e07638dce35cef5043e15cf74a0ceaec0c71b3..02e9bf81c68d41e3c11e64a733f08faeeecd379f 100644
--- a/sky/engine/testing/platform/platform_impl.cc
+++ b/sky/engine/testing/platform/platform_impl.cc
@@ -27,10 +27,6 @@ PlatformImpl::PlatformImpl()
PlatformImpl::~PlatformImpl() {
}
-blink::WebThemeEngine* PlatformImpl::themeEngine() {
- return &theme_engine_;
-}
-
blink::WebString PlatformImpl::defaultLocale() {
return blink::WebString::fromUTF8("en-US");
}
« no previous file with comments | « sky/engine/testing/platform/platform_impl.h ('k') | sky/engine/testing/platform/webthemeengine_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698