| 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 f7a684e7c5feacf8de9e498049c83c9d24059fad..c6dd11da65a566bd7c754319fd8165ac240f1d2d 100644
|
| --- a/content/renderer/media/webrtc_local_audio_track.h
|
| +++ b/content/renderer/media/webrtc_local_audio_track.h
|
| @@ -63,7 +63,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 StopTrack() OVERRIDE;
|
|
|
| // Method called by the capturer to deliver the capture data.
|
| // Called on the capture audio thread.
|
|
|