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

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: 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/fling_curve_configuration.h ('k') | webkit/child/webkit_child.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webfallbackthemeengine_impl.h
diff --git a/webkit/child/webfallbackthemeengine_impl.h b/webkit/child/webfallbackthemeengine_impl.h
index 84eac420068e667c80c40a8e09f437a08da1f45a..fc793e217f429055ead9f89f2a59b63c4b46af3a 100644
--- a/webkit/child/webfallbackthemeengine_impl.h
+++ b/webkit/child/webfallbackthemeengine_impl.h
@@ -5,8 +5,10 @@
#ifndef WEBKIT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
#define WEBKIT_CHILD_WEBFALLBACKTHEMEENGINE_IMPL_H_
+#include "base/compiler_specific.h"
#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 +16,8 @@ class FallbackTheme;
namespace webkit_glue {
-class WebFallbackThemeEngineImpl : public blink::WebFallbackThemeEngine {
+class WEBKIT_CHILD_EXPORT WebFallbackThemeEngineImpl :
+ NON_EXPORTED_BASE(public blink::WebFallbackThemeEngine) {
public:
WebFallbackThemeEngineImpl();
virtual ~WebFallbackThemeEngineImpl();
« no previous file with comments | « webkit/child/fling_curve_configuration.h ('k') | webkit/child/webkit_child.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698