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

Unified Diff: remoting/protocol/webrtc_connection_to_host.cc

Issue 2113523007: More cleanups in FrameStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 4 years, 5 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 | « remoting/protocol/video_renderer.h ('k') | remoting/protocol/webrtc_video_renderer_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_connection_to_host.cc
diff --git a/remoting/protocol/webrtc_connection_to_host.cc b/remoting/protocol/webrtc_connection_to_host.cc
index 8ba5cb1cc526b0c0e9d8dffd6453e7ddc341502e..cadcef833055938d5e8dfb9979a820842b3df5d0 100644
--- a/remoting/protocol/webrtc_connection_to_host.cc
+++ b/remoting/protocol/webrtc_connection_to_host.cc
@@ -124,8 +124,7 @@ void WebrtcConnectionToHost::OnWebrtcTransportMediaStreamAdded(
LOG(WARNING)
<< "Received multiple media streams. Ignoring all except the last one.";
}
- video_adapter_.reset(new WebrtcVideoRendererAdapter(
- stream, video_renderer_->GetFrameConsumer()));
+ video_adapter_.reset(new WebrtcVideoRendererAdapter(stream, video_renderer_));
}
void WebrtcConnectionToHost::OnWebrtcTransportMediaStreamRemoved(
« no previous file with comments | « remoting/protocol/video_renderer.h ('k') | remoting/protocol/webrtc_video_renderer_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698