summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/plugin_dispatcher.h')
-rw-r--r--ppapi/proxy/plugin_dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
index 3490bc0..896689e 100644
--- a/ppapi/proxy/plugin_dispatcher.h
+++ b/ppapi/proxy/plugin_dispatcher.h
@@ -38,9 +38,9 @@ struct InstanceData {
PP_Bool fullscreen;
};
-class PluginDispatcher : public Dispatcher {
+class PPAPI_PROXY_EXPORT PluginDispatcher : public Dispatcher {
public:
- class PluginDelegate : public ProxyChannel::Delegate {
+ class PPAPI_PROXY_EXPORT PluginDelegate : public ProxyChannel::Delegate {
public:
// Returns the set used for globally uniquifying PP_Instances. This same
// set must be returned for all channels.