| Index: webrtc/api/peerconnectionfactoryproxy.h
|
| diff --git a/webrtc/api/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h
|
| index f0dea4225882d92b1db7d3277c3e90ea31bf4ffd..aad97e82d401bd39164a4ab753f5ed79a621aacc 100644
|
| --- a/webrtc/api/peerconnectionfactoryproxy.h
|
| +++ b/webrtc/api/peerconnectionfactoryproxy.h
|
| @@ -33,6 +33,7 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnectionFactory)
|
| PeerConnectionObserver* a5) override {
|
| return signaling_thread_
|
| ->Invoke<rtc::scoped_refptr<PeerConnectionInterface>>(
|
| + RTC_FROM_HERE,
|
| rtc::Bind(&PeerConnectionFactoryProxy::CreatePeerConnection_ot,
|
| this, a1, a2, a3.release(), a4.release(), a5));
|
| }
|
| @@ -43,6 +44,7 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnectionFactory)
|
| PeerConnectionObserver* a5) override {
|
| return signaling_thread_
|
| ->Invoke<rtc::scoped_refptr<PeerConnectionInterface>>(
|
| + RTC_FROM_HERE,
|
| rtc::Bind(&PeerConnectionFactoryProxy::CreatePeerConnection_ot,
|
| this, a1, a3.release(), a4.release(), a5));
|
| }
|
|
|