diff options
Diffstat (limited to 'ppapi/shared_impl/resource.h')
-rw-r--r-- | ppapi/shared_impl/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h index 6bb4099..677d8a9 100644 --- a/ppapi/shared_impl/resource.h +++ b/ppapi/shared_impl/resource.h @@ -59,7 +59,7 @@ FOR_ALL_PPAPI_RESOURCE_APIS(DECLARE_RESOURCE_CLASS) #undef DECLARE_RESOURCE_CLASS } // namespace thunk -class Resource : public base::RefCounted<Resource> { +class PPAPI_SHARED_EXPORT Resource : public base::RefCounted<Resource> { public: // For constructing non-proxied objects. This just takes the associated // instance, and generates a new resource ID. The host resource will be the |