Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index 1af5efdd96a8ed418c752f19d30574f53b4bcdd2..ee6ac7e347f4f0f98bbdc1e17d74429d58add121 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -213,6 +213,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
void OnReadPacket(TransportChannel* channel, const char* data, size_t size, |
const rtc::PacketTime& packet_time, int flags); |
void OnReadyToSend(TransportChannel* channel); |
+ void OnReceivingState(TransportChannel* channel); |
void OnDtlsEvent(rtc::StreamInterface* stream_, int sig, int err); |
bool SetupDtls(); |
bool MaybeStartDtls(); |