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

Unified Diff: webkit/plugins/ppapi/host_var_tracker.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/host_globals.h ('k') | webkit/plugins/ppapi/npapi_glue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/host_var_tracker.h
diff --git a/webkit/plugins/ppapi/host_var_tracker.h b/webkit/plugins/ppapi/host_var_tracker.h
index b8cdb0718210ca413d3501f7ebb816907af8c706..73b42722d28341f44e5af8dbbe96b96ba3f7051d 100644
--- a/webkit/plugins/ppapi/host_var_tracker.h
+++ b/webkit/plugins/ppapi/host_var_tracker.h
@@ -19,6 +19,7 @@
#include "ppapi/shared_impl/function_group_base.h"
#include "ppapi/shared_impl/resource_tracker.h"
#include "ppapi/shared_impl/var_tracker.h"
+#include "webkit/plugins/webkit_plugins_export.h"
typedef struct NPObject NPObject;
@@ -52,7 +53,8 @@ class HostVarTracker : public ::ppapi::VarTracker {
// Returns the number of NPObjectVar's associated with the given instance.
// Returns 0 if the instance isn't known.
- int GetLiveNPObjectVarsForInstance(PP_Instance instance) const;
+ WEBKIT_PLUGINS_EXPORT int GetLiveNPObjectVarsForInstance(
+ PP_Instance instance) const;
// Forcibly deletes all np object vars for the given instance. Used for
// instance cleanup.
« no previous file with comments | « webkit/plugins/ppapi/host_globals.h ('k') | webkit/plugins/ppapi/npapi_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698