| Index: webrtc/api/peerconnectionfactoryproxy.h
|
| diff --git a/webrtc/api/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h
|
| index f60f9e9c6513e5fb13c88335a30a23aa9dad17b3..53194de1a8b796ada78fc6cd3efe76632385dfe9 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>>(
|
| + 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>>(
|
| + FROM_HERE,
|
| rtc::Bind(&PeerConnectionFactoryProxy::CreatePeerConnection_ot,
|
| this, a1, a3.release(), a4.release(), a5));
|
| }
|
|
|