diff options
Diffstat (limited to 'ppapi/shared_impl/audio_impl.h')
-rw-r--r-- | ppapi/shared_impl/audio_impl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ppapi/shared_impl/audio_impl.h b/ppapi/shared_impl/audio_impl.h index 220962bb..201582d 100644 --- a/ppapi/shared_impl/audio_impl.h +++ b/ppapi/shared_impl/audio_impl.h @@ -18,8 +18,9 @@ namespace ppapi { // Implements the logic to map shared memory and run the audio thread signaled // from the sync socket. Both the proxy and the renderer implementation use // this code. -class AudioImpl : public thunk::PPB_Audio_API, - public base::DelegateSimpleThread::Delegate { +class PPAPI_SHARED_EXPORT AudioImpl + : public thunk::PPB_Audio_API, + public base::DelegateSimpleThread::Delegate { public: AudioImpl(); virtual ~AudioImpl(); |