Index: talk/app/webrtc/peerconnectionfactory.h |
diff --git a/talk/app/webrtc/peerconnectionfactory.h b/talk/app/webrtc/peerconnectionfactory.h |
index a38218aebe60c9f8aeadc2eded43118de4361501..c55ea71faffdfa9b91a51b4254ed85db9a4e97d4 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 cricket::MediaConfig &config) const; |
virtual rtc::Thread* signaling_thread(); |
virtual rtc::Thread* worker_thread(); |
const Options& options() const { return options_; } |