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

Unified Diff: webrtc/media/base/videobroadcaster.h

Issue 1695263002: Move direct use of VideoCapturer::VideoAdapter to VideoSinkWants. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Tried to address pthatchers comments. Created 4 years, 10 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/media/base/videobroadcaster.h
diff --git a/webrtc/media/base/videobroadcaster.h b/webrtc/media/base/videobroadcaster.h
index 63c22730c7f1df7d7316a682dcf2b22990e8eb2d..151ba5ac0e93cd9caf4e291098e7954adf1014d4 100644
--- a/webrtc/media/base/videobroadcaster.h
+++ b/webrtc/media/base/videobroadcaster.h
@@ -51,7 +51,6 @@ class VideoBroadcaster : public VideoSourceInterface<cricket::VideoFrame>,
ThreadChecker thread_checker_;
VideoSinkWants current_wants_;
-
std::vector<SinkPair> sinks_;
};

Powered by Google App Engine
This is Rietveld 408576698