diff options
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/shared_impl/audio_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/shared_impl/audio_impl.h b/ppapi/shared_impl/audio_impl.h index b4cb077..3a45142 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_; |