| Index: remoting/protocol/webrtc_video_stream.h
|
| diff --git a/remoting/protocol/webrtc_video_stream.h b/remoting/protocol/webrtc_video_stream.h
|
| index 6d1d1c67250ee704937d3843fb9d888ec1e5cb4a..16dfdb83946876aba75023d4c67ab8b7c5d696c4 100644
|
| --- a/remoting/protocol/webrtc_video_stream.h
|
| +++ b/remoting/protocol/webrtc_video_stream.h
|
| @@ -18,6 +18,7 @@
|
| #include "remoting/codec/webrtc_video_encoder.h"
|
| #include "remoting/protocol/host_video_stats_dispatcher.h"
|
| #include "remoting/protocol/video_stream.h"
|
| +#include "third_party/webrtc/common_types.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_capturer.h"
|
|
|
| namespace webrtc {
|
| @@ -74,6 +75,8 @@ class WebrtcVideoStream : public VideoStream,
|
| std::unique_ptr<WebrtcVideoStream::FrameTimestamps> timestamps);
|
| void OnFrameEncoded(EncodedFrameWithTimestamps frame);
|
|
|
| + void OnEncoderCreated(webrtc::VideoCodecType codec_type);
|
| +
|
| // Capturer used to capture the screen.
|
| std::unique_ptr<webrtc::DesktopCapturer> capturer_;
|
| // Used to send across encoded frames.
|
|
|