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

Unified Diff: webkit/child/webthemeengine_impl_android.h

Issue 148333009: Move webkit/child/webkitplatformsupport_child_impl to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for Windows and Android builds, plus fix nits Created 6 years, 11 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 | « webkit/child/webkitplatformsupport_child_impl.cc ('k') | webkit/child/webthemeengine_impl_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webthemeengine_impl_android.h
diff --git a/webkit/child/webthemeengine_impl_android.h b/webkit/child/webthemeengine_impl_android.h
index c8396e044336c8706f5f8b761451d738586f5230..fc4df380e9caae353c5a128b27566e555db25f69 100644
--- a/webkit/child/webthemeengine_impl_android.h
+++ b/webkit/child/webthemeengine_impl_android.h
@@ -6,10 +6,11 @@
#define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_
#include "third_party/WebKit/public/platform/default/WebThemeEngine.h"
+#include "webkit/child/webkit_child_export.h"
namespace webkit_glue {
-class WebThemeEngineImpl : public blink::WebThemeEngine {
+class WEBKIT_CHILD_EXPORT WebThemeEngineImpl : public blink::WebThemeEngine {
public:
// WebThemeEngine methods:
virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
« no previous file with comments | « webkit/child/webkitplatformsupport_child_impl.cc ('k') | webkit/child/webthemeengine_impl_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698