| Index: webrtc/api/peerconnectionfactory.h
|
| diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h
|
| index b33aa37c105f28309598ebc33410a97b04134f53..4cf954dc97608c9e7f77364c6468adec0a0298bc 100644
|
| --- a/webrtc/api/peerconnectionfactory.h
|
| +++ b/webrtc/api/peerconnectionfactory.h
|
| @@ -70,7 +70,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
|
| bool StartRtcEventLog(rtc::PlatformFile file) override;
|
| void StopRtcEventLog() override;
|
|
|
| - virtual webrtc::MediaControllerInterface* CreateMediaController() const;
|
| + virtual webrtc::MediaControllerInterface* CreateMediaController(
|
| + const cricket::MediaConfig& config) const;
|
| virtual rtc::Thread* signaling_thread();
|
| virtual rtc::Thread* worker_thread();
|
| const Options& options() const { return options_; }
|
|
|