| Index: webrtc/api/udptransportinterface.h
|
| diff --git a/webrtc/api/udptransportinterface.h b/webrtc/api/udptransportinterface.h
|
| index 1a285311a47d2c03152571f82dec3ca897f0f83c..30858e68300f37c59447ba07dabc8a94d4302a85 100644
|
| --- a/webrtc/api/udptransportinterface.h
|
| +++ b/webrtc/api/udptransportinterface.h
|
| @@ -45,6 +45,8 @@ class UdpTransportInterface {
|
| virtual rtc::SocketAddress GetRemoteAddress() const = 0;
|
| };
|
|
|
| +// TODO(deadbeef): Move this to .cc file and out of api/. What threads methods
|
| +// are called on is an implementation detail.
|
| BEGIN_OWNED_PROXY_MAP(UdpTransport)
|
| PROXY_WORKER_THREAD_DESTRUCTOR()
|
| PROXY_WORKER_CONSTMETHOD0(rtc::SocketAddress, GetLocalAddress)
|
|
|