summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ppapi/shared_impl/proxy_lock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/shared_impl/proxy_lock.h b/ppapi/shared_impl/proxy_lock.h
index aa6120e..cc90501 100644
--- a/ppapi/shared_impl/proxy_lock.h
+++ b/ppapi/shared_impl/proxy_lock.h
@@ -7,6 +7,8 @@
#include "base/basictypes.h"
+#include "ppapi/shared_impl/ppapi_shared_export.h"
+
namespace base {
class Lock;
}
@@ -21,7 +23,7 @@ namespace ppapi {
// TODO(dmichael): If this turns out to be too slow and contentious, we'll want
// to use multiple locks. E.g., one for the var tracker, one for the resource
// tracker, etc.
-class ProxyLock {
+class PPAPI_SHARED_EXPORT ProxyLock {
public:
// Acquire the proxy lock. If it is currently held by another thread, block
// until it is available. If the lock has not been set using the 'Set' method,