| Index: ppapi/shared_impl/host_resource.h
|
| ===================================================================
|
| --- ppapi/shared_impl/host_resource.h (revision 98434)
|
| +++ ppapi/shared_impl/host_resource.h (working copy)
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_resource.h"
|
| +#include "ppapi/shared_impl/ppapi_shared_export.h"
|
|
|
| namespace ppapi {
|
|
|
| @@ -17,7 +18,7 @@
|
| // this tranformation.
|
| //
|
| // All HostResources respresent IDs valid in the host.
|
| -class HostResource {
|
| +class PPAPI_SHARED_EXPORT HostResource {
|
| public:
|
| HostResource() : instance_(0), host_resource_(0) {
|
| }
|
|
|