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

Unified Diff: webkit/child/webthemeengine_impl_mac.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/webthemeengine_impl_default.h ('k') | webkit/child/webthemeengine_impl_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webthemeengine_impl_mac.h
diff --git a/webkit/child/webthemeengine_impl_mac.h b/webkit/child/webthemeengine_impl_mac.h
index 6754535c66381460f4338d9a634d615455eb22c4..9f9c4096033d6ab0518ef81c45bb470d8374824f 100644
--- a/webkit/child/webthemeengine_impl_mac.h
+++ b/webkit/child/webthemeengine_impl_mac.h
@@ -6,10 +6,11 @@
#define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_MAC_H_
#include "third_party/WebKit/public/platform/mac/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:
// blink::WebThemeEngine implementation.
virtual void paintScrollbarThumb(
« no previous file with comments | « webkit/child/webthemeengine_impl_default.h ('k') | webkit/child/webthemeengine_impl_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698