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