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

Unified Diff: webrtc/api/videocapturertracksource.h

Issue 1766653002: Replace SetCapturer and SetCaptureDevice by SetSource. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete VideoCapturer::frame_stats_crit_ Created 4 years, 9 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: webrtc/api/videocapturertracksource.h
diff --git a/webrtc/api/videocapturertracksource.h b/webrtc/api/videocapturertracksource.h
index 9a8d05d9ed9452ac2bac356f59f1c948bccb1fbc..236676cde1e256bed32b9851522b8c03c36d5d95 100644
--- a/webrtc/api/videocapturertracksource.h
+++ b/webrtc/api/videocapturertracksource.h
@@ -47,10 +47,6 @@ class VideoCapturerTrackSource : public VideoTrackSource,
cricket::VideoCapturer* capturer,
bool remote);
- cricket::VideoCapturer* GetVideoCapturer() override {
- return video_capturer_.get();
- }
-
bool is_screencast() const override {
return video_capturer_->IsScreencast();
}

Powered by Google App Engine
This is Rietveld 408576698