| Index: ppapi/shared_impl/audio_impl.h
|
| ===================================================================
|
| --- ppapi/shared_impl/audio_impl.h (revision 98434)
|
| +++ ppapi/shared_impl/audio_impl.h (working copy)
|
| @@ -18,8 +18,9 @@
|
| // 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();
|
|
|