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

Unified Diff: webrtc/api/androidvideotracksource.h

Issue 2312603003: Remove stop method from VideoTrackSourceInterface. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | webrtc/api/mediastreaminterface.h » ('j') | webrtc/api/videocapturertracksource.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/androidvideotracksource.h
diff --git a/webrtc/api/androidvideotracksource.h b/webrtc/api/androidvideotracksource.h
index 79d0df2b0b435bdaef9127bd4247e158d5efc55e..2bbecc82c9480a8d752a62b0663f95192cfdda71 100644
--- a/webrtc/api/androidvideotracksource.h
+++ b/webrtc/api/androidvideotracksource.h
@@ -34,10 +34,6 @@ class AndroidVideoTrackSource : public Notifier<VideoTrackSourceInterface> {
jobject j_egl_context,
bool is_screencast = false);
- // Not used on Android.
- // TODO(sakal/magjed): Try to remove this from the interface.
- void Stop() override { RTC_NOTREACHED(); };
-
bool is_screencast() const override { return is_screencast_; }
// Indicates that the encoder should denoise video before encoding it.
« no previous file with comments | « no previous file | webrtc/api/mediastreaminterface.h » ('j') | webrtc/api/videocapturertracksource.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698