| Index: webrtc/p2p/base/dtlstransportchannel.h
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
|
| index f1a5231f9ce7fa6cb18ec2d8e8896ace0569d53b..e16afa98d88a47c0ba2d0dbdb39bb7eb35265cba 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.h
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.h
|
| @@ -209,6 +209,8 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
|
| void OnWritableState(TransportChannel* channel);
|
| void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
|
| const rtc::PacketTime& packet_time, int flags);
|
| + void OnPacketSent(TransportChannel* channel,
|
| + const rtc::SentPacket& packet_sent);
|
| void OnReadyToSend(TransportChannel* channel);
|
| void OnReceivingState(TransportChannel* channel);
|
| void OnDtlsEvent(rtc::StreamInterface* stream_, int sig, int err);
|
|
|