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

Unified Diff: webkit/child/webthemeengine_impl_default.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_android.h ('k') | webkit/child/webthemeengine_impl_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webthemeengine_impl_default.h
diff --git a/webkit/child/webthemeengine_impl_default.h b/webkit/child/webthemeengine_impl_default.h
index 44cd6dd0cd17bbb90b1987729b29044a0ee40b78..6bf8cdb497cd8fb40c9f1ee4f69cb1c67f72f279 100644
--- a/webkit/child/webthemeengine_impl_default.h
+++ b/webkit/child/webthemeengine_impl_default.h
@@ -5,11 +5,14 @@
#ifndef WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_DEFAULT_H_
#define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_DEFAULT_H_
+#include "base/compiler_specific.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 :
+ NON_EXPORTED_BASE(public blink::WebThemeEngine) {
public:
// WebThemeEngine methods:
virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
« no previous file with comments | « webkit/child/webthemeengine_impl_android.h ('k') | webkit/child/webthemeengine_impl_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698