| Index: remoting/protocol/webrtc_transport.h
|
| diff --git a/remoting/protocol/webrtc_transport.h b/remoting/protocol/webrtc_transport.h
|
| index ad1cf0c270b0d5ea5b91a233f846b0182d24a508..c5c13fe6e8efcc8c65097c71686816cbdb4f2155 100644
|
| --- a/remoting/protocol/webrtc_transport.h
|
| +++ b/remoting/protocol/webrtc_transport.h
|
| @@ -17,7 +17,7 @@
|
| #include "crypto/hmac.h"
|
| #include "remoting/protocol/transport.h"
|
| #include "remoting/protocol/webrtc_data_stream_adapter.h"
|
| -#include "remoting/protocol/webrtc_video_encoder_factory.h"
|
| +#include "remoting/protocol/webrtc_dummy_video_encoder.h"
|
| #include "remoting/signaling/signal_strategy.h"
|
| #include "third_party/webrtc/api/peerconnectioninterface.h"
|
|
|
| @@ -67,7 +67,7 @@ class WebrtcTransport : public Transport {
|
|
|
| webrtc::PeerConnectionInterface* peer_connection();
|
| webrtc::PeerConnectionFactoryInterface* peer_connection_factory();
|
| - remoting::WebrtcVideoEncoderFactory* video_encoder_factory() {
|
| + WebrtcDummyVideoEncoderFactory* video_encoder_factory() {
|
| return video_encoder_factory_;
|
| }
|
|
|
| @@ -131,7 +131,7 @@ class WebrtcTransport : public Transport {
|
|
|
| std::unique_ptr<PeerConnectionWrapper> peer_connection_wrapper_;
|
|
|
| - remoting::WebrtcVideoEncoderFactory* video_encoder_factory_;
|
| + WebrtcDummyVideoEncoderFactory* video_encoder_factory_;
|
|
|
| bool negotiation_pending_ = false;
|
|
|
|
|