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

Unified Diff: remoting/protocol/webrtc_video_stream.cc

Issue 1745923002: Remove use of deprecated methods to cricket::VideoCapturer in WebrtcVideoCapturerAdapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: remoting/protocol/webrtc_video_stream.cc
diff --git a/remoting/protocol/webrtc_video_stream.cc b/remoting/protocol/webrtc_video_stream.cc
index 02db96d3cccdaa6a96c204ff8755946705c57811..b43f189f15b6bd08f2e4a36911ed91fb420fbd52 100644
--- a/remoting/protocol/webrtc_video_stream.cc
+++ b/remoting/protocol/webrtc_video_stream.cc
@@ -68,7 +68,7 @@ bool WebrtcVideoStream::Start(
void WebrtcVideoStream::Pause(bool pause) {
if (capturer_adapter_)
- capturer_adapter_->Pause(pause);
+ capturer_adapter_->PauseCapturer(pause);
}
void WebrtcVideoStream::OnInputEventReceived(int64_t event_timestamp) {

Powered by Google App Engine
This is Rietveld 408576698