| Index: ppapi/shared_impl/audio_impl.h
|
| diff --git a/ppapi/shared_impl/audio_impl.h b/ppapi/shared_impl/audio_impl.h
|
| index b4cb07779ac641d89319a80f377290a8de26dc6a..3a451427ea479fe0c2b77b070d7c297df0a47f34 100644
|
| --- a/ppapi/shared_impl/audio_impl.h
|
| +++ b/ppapi/shared_impl/audio_impl.h
|
| @@ -52,7 +52,7 @@ class AudioImpl : public base::DelegateSimpleThread::Delegate {
|
| void StartThread();
|
|
|
| // DelegateSimpleThread::Delegate implementation. Run on the audio thread.
|
| - void Run();
|
| + virtual void Run();
|
|
|
| // True if playing the stream.
|
| bool playing_;
|
|
|