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

Unified Diff: remoting/client/chromoting_client.cc

Issue 910343002: Decompose VideoRenderer from VideoStub. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix perf test Created 5 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
« no previous file with comments | « no previous file | remoting/client/plugin/pepper_video_renderer_2d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client.cc
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
index 17a95e1c65f0f86891460c69c6abdab836446403..1ad7223f719f95c8096e2e23a46741e684f1d6ce 100644
--- a/remoting/client/chromoting_client.cc
+++ b/remoting/client/chromoting_client.cc
@@ -60,7 +60,7 @@ void ChromotingClient::Start(
connection_.set_client_stub(this);
connection_.set_clipboard_stub(this);
- connection_.set_video_stub(video_renderer_);
+ connection_.set_video_stub(video_renderer_->GetVideoStub());
connection_.set_audio_stub(audio_decode_scheduler_.get());
connection_.Connect(signal_strategy, transport_factory.Pass(),
« no previous file with comments | « no previous file | remoting/client/plugin/pepper_video_renderer_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698