From 17b6038a630f5133cbb788dafd1801d180f1bc46 Mon Sep 17 00:00:00 2001 From: "dmichael@chromium.org" Date: Tue, 11 Oct 2011 19:54:49 +0000 Subject: 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 --- ppapi/shared_impl/proxy_lock.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ppapi/shared_impl') 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, -- cgit v1.1