| Index: remoting/protocol/webrtc_connection_to_client.h
|
| diff --git a/remoting/protocol/webrtc_connection_to_client.h b/remoting/protocol/webrtc_connection_to_client.h
|
| index 07e7d1e537bf0c7da519e0fd754e62b990ac182e..30a808d267e34339a5029b81e4da6f1461ed5d50 100644
|
| --- a/remoting/protocol/webrtc_connection_to_client.h
|
| +++ b/remoting/protocol/webrtc_connection_to_client.h
|
| @@ -43,7 +43,8 @@ class WebrtcConnectionToClient : public ConnectionToClient,
|
| void OnInputEventReceived(int64_t timestamp) override;
|
| std::unique_ptr<VideoStream> StartVideoStream(
|
| std::unique_ptr<webrtc::DesktopCapturer> desktop_capturer) override;
|
| - AudioStub* audio_stub() override;
|
| + std::unique_ptr<AudioStream> StartAudioStream(
|
| + std::unique_ptr<AudioSource> audio_source) override;
|
| ClientStub* client_stub() override;
|
| void set_clipboard_stub(ClipboardStub* clipboard_stub) override;
|
| void set_host_stub(HostStub* host_stub) override;
|
|
|