summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 19:54:49 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 19:54:49 +0000
commit17b6038a630f5133cbb788dafd1801d180f1bc46 (patch)
treead7666976371ceec2a7bc92ac7b3b03598370dd4 /ppapi
parent1241214179f525638a1d9560939b29d26c3010bf (diff)
downloadchromium_src-17b6038a630f5133cbb788dafd1801d180f1bc46.zip
chromium_src-17b6038a630f5133cbb788dafd1801d180f1bc46.tar.gz
chromium_src-17b6038a630f5133cbb788dafd1801d180f1bc46.tar.bz2
Export symbols for shared library build.
BUG=None TEST=None Review URL: http://codereview.chromium.org/8233021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-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,