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

Unified Diff: webkit/plugins/ppapi/webkit_forwarding_impl.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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/plugins/ppapi/resource_helper.h ('k') | webkit/plugins/sad_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/webkit_forwarding_impl.h
diff --git a/webkit/plugins/ppapi/webkit_forwarding_impl.h b/webkit/plugins/ppapi/webkit_forwarding_impl.h
index 2a5eeef004eabea05d7896eed003dda500935e89..ee3975448d2f4ba2333661807c02136516e26f79 100644
--- a/webkit/plugins/ppapi/webkit_forwarding_impl.h
+++ b/webkit/plugins/ppapi/webkit_forwarding_impl.h
@@ -5,6 +5,7 @@
#include "ppapi/shared_impl/webkit_forwarding.h"
#include "base/compiler_specific.h"
+#include "webkit/plugins/webkit_plugins_export.h"
namespace ppapi {
struct Preferences;
@@ -15,8 +16,8 @@ namespace ppapi {
class WebKitForwardingImpl : public ::ppapi::WebKitForwarding {
public:
- WebKitForwardingImpl();
- virtual ~WebKitForwardingImpl();
+ WEBKIT_PLUGINS_EXPORT WebKitForwardingImpl();
+ WEBKIT_PLUGINS_EXPORT virtual ~WebKitForwardingImpl();
virtual void CreateFontForwarding(base::WaitableEvent* event,
const PP_FontDescription_Dev& desc,
« no previous file with comments | « webkit/plugins/ppapi/resource_helper.h ('k') | webkit/plugins/sad_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698