Index: webrtc/api/peerconnectionfactory.h |
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h |
index 548986cb102bc7285c36a97c07975b1967a8ff63..3ba4124096e4300f79593460f70d67b8af48eb03 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_; } |