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

Unified Diff: webkit/plugins/ppapi/resource_helper.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/quota_file_io.h ('k') | webkit/plugins/ppapi/webkit_forwarding_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/resource_helper.h
diff --git a/webkit/plugins/ppapi/resource_helper.h b/webkit/plugins/ppapi/resource_helper.h
index d958889e3afafb5faa193fb163a91e2e440722d4..1f245a1051aaab70000b3dddaf858a8eb47ca7bf 100644
--- a/webkit/plugins/ppapi/resource_helper.h
+++ b/webkit/plugins/ppapi/resource_helper.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "ppapi/c/pp_resource.h"
+#include "webkit/plugins/webkit_plugins_export.h"
namespace ppapi {
class Resource;
@@ -32,7 +33,8 @@ class ResourceHelper {
// Returns the module for the given resource, or NULL if the resource has
// outlived its instance.
- static PluginModule* GetPluginModule(const ::ppapi::Resource* resource);
+ WEBKIT_PLUGINS_EXPORT static PluginModule* GetPluginModule(
+ const ::ppapi::Resource* resource);
// Returns the plugin delegate for the given resource, or NULL if the
// resource has outlived its instance.
« no previous file with comments | « webkit/plugins/ppapi/quota_file_io.h ('k') | webkit/plugins/ppapi/webkit_forwarding_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698