| Index: content/renderer/media/webrtc_local_audio_track.h
|
| diff --git a/content/renderer/media/webrtc_local_audio_track.h b/content/renderer/media/webrtc_local_audio_track.h
|
| index c6ba35c92ff29c278674e83e0acb2ea449b05b6b..c2cb81b37032681b599c43e6f7f401cbe69e1e07 100644
|
| --- a/content/renderer/media/webrtc_local_audio_track.h
|
| +++ b/content/renderer/media/webrtc_local_audio_track.h
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT WebRtcLocalAudioTrack
|
|
|
| // Stops the local audio track. Called on the main render thread and
|
| // should be called only once when audio track going away.
|
| - void Stop();
|
| + virtual void Stop() OVERRIDE;
|
|
|
| // Method called by the capturer to deliver the capture data.
|
| // Called on the capture audio thread.
|
|
|