Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: content/renderer/media/webrtc_local_audio_track.h

Issue 218763007: Update MediaStreamTrack::Stop to latest draft. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698