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

Unified Diff: remoting/protocol/fake_connection_to_host.cc

Issue 1559933003: Pass VideoRenderer interface to ConnectionToHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_frame_consumer
Patch Set: Created 4 years, 12 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/fake_connection_to_host.cc
diff --git a/remoting/protocol/fake_connection_to_host.cc b/remoting/protocol/fake_connection_to_host.cc
index cbec7691f291ef91f8c8b5f3257f6ee366325e36..36703ee422a9e83c7bb0ad99c5565ef9913da7b9 100644
--- a/remoting/protocol/fake_connection_to_host.cc
+++ b/remoting/protocol/fake_connection_to_host.cc
@@ -19,7 +19,8 @@ void FakeConnectionToHost::set_client_stub(protocol::ClientStub* client_stub) {}
void FakeConnectionToHost::set_clipboard_stub(
protocol::ClipboardStub* clipboard_stub) {}
-void FakeConnectionToHost::set_video_stub(protocol::VideoStub* video_stub) {}
+void FakeConnectionToHost::set_video_renderer(
+ protocol::VideoRenderer* video_renderer) {}
void FakeConnectionToHost::set_audio_stub(protocol::AudioStub* audio_stub) {}

Powered by Google App Engine
This is Rietveld 408576698