summaryrefslogtreecommitdiff
path: root/p2p/base/transportchannelproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/base/transportchannelproxy.h')
-rw-r--r--p2p/base/transportchannelproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/base/transportchannelproxy.h b/p2p/base/transportchannelproxy.h
index 3559ed5..196d0f6 100644
--- a/p2p/base/transportchannelproxy.h
+++ b/p2p/base/transportchannelproxy.h
@@ -90,7 +90,7 @@ class TransportChannelProxy : public TransportChannel,
void OnReadableState(TransportChannel* channel);
void OnWritableState(TransportChannel* channel);
void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
- int flags);
+ const talk_base::PacketTime& packet_time, int flags);
void OnReadyToSend(TransportChannel* channel);
void OnRouteChange(TransportChannel* channel, const Candidate& candidate);