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

Unified Diff: webkit/child/webfallbackthemeengine_impl.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/webfallbackthemeengine_impl.h
diff --git a/webkit/child/webfallbackthemeengine_impl.h b/webkit/child/webfallbackthemeengine_impl.h
index 84eac420068e667c80c40a8e09f437a08da1f45a..f989ebf9be8d0cd8002eb32b2cfaa551d9c7a7ed 100644
--- a/webkit/child/webfallbackthemeengine_impl.h
+++ b/webkit/child/webfallbackthemeengine_impl.h
@@ -7,6 +7,7 @@
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebFallbackThemeEngine.h"
+#include "webkit/child/webkit_child_export.h"
namespace ui {
class FallbackTheme;
@@ -14,7 +15,8 @@ class FallbackTheme;
namespace webkit_glue {
-class WebFallbackThemeEngineImpl : public blink::WebFallbackThemeEngine {
+class WEBKIT_CHILD_EXPORT WebFallbackThemeEngineImpl :
+ public blink::WebFallbackThemeEngine {
darin (slow to review) 2014/01/29 17:58:11 nit: 4 space indent
public:
WebFallbackThemeEngineImpl();
virtual ~WebFallbackThemeEngineImpl();

Powered by Google App Engine
This is Rietveld 408576698