| 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 43b7a4f8e14a679b46f8761114d03ec412828d8e..0ca6e7c8e689dc57f9039e7c0a37c453fd04d96e 100644
|
| --- a/remoting/protocol/webrtc_connection_to_host.cc
|
| +++ b/remoting/protocol/webrtc_connection_to_host.cc
|
| @@ -63,7 +63,7 @@ void WebrtcConnectionToHost::set_clipboard_stub(ClipboardStub* clipboard_stub) {
|
| clipboard_stub_ = clipboard_stub;
|
| }
|
|
|
| -void WebrtcConnectionToHost::set_video_stub(VideoStub* video_stub) {
|
| +void WebrtcConnectionToHost::set_video_renderer(VideoRenderer* video_renderer) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|