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

Unified Diff: webkit/child/webthemeengine_impl_win.h

Issue 148333009: Move webkit/child/webkitplatformsupport_child_impl to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add export macros for Mac and Android 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
Index: webkit/child/webthemeengine_impl_win.h
diff --git a/webkit/child/webthemeengine_impl_win.h b/webkit/child/webthemeengine_impl_win.h
index 462c8ac7f86aac21d3f6f0fba84fe16b824dd4fd..e18a0a1c53e080cf31d2365daef0defca0c66c27 100644
--- a/webkit/child/webthemeengine_impl_win.h
+++ b/webkit/child/webthemeengine_impl_win.h
@@ -6,10 +6,11 @@
#define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_WIN_H_
#include "third_party/WebKit/public/platform/win/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 void paintButton(

Powered by Google App Engine
This is Rietveld 408576698