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

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: 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_mac.h ('k') | webkit/child/worker_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a26c814e1939b5b710c80870a2b329bedc075a94 100644
--- a/webkit/child/webthemeengine_impl_win.h
+++ b/webkit/child/webthemeengine_impl_win.h
@@ -5,11 +5,14 @@
#ifndef WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_WIN_H_
#define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_WIN_H_
+#include "base/compiler_specific.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 :
+ NON_EXPORTED_BASE(public blink::WebThemeEngine) {
public:
// WebThemeEngine methods:
virtual void paintButton(
« no previous file with comments | « webkit/child/webthemeengine_impl_mac.h ('k') | webkit/child/worker_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698