From 78994ab0a043ead9b3edb4a48c7f13cc6c2aede6 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Wed, 8 Dec 2010 18:06:44 +0000 Subject: Add the "virtual" keyword on method overrides that are missing it. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/5648004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68606 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/shared_impl/audio_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/shared_impl') 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_; -- cgit v1.1