Index: webrtc/video/rtc_event_log.h |
diff --git a/webrtc/video/rtc_event_log.h b/webrtc/video/rtc_event_log.h |
index a6bf2e3d8836d2b7e0ee6f0ca702f56ffc48c366..10d27e9543659b53999064a3524fff4fed9e2cb4 100644 |
--- a/webrtc/video/rtc_event_log.h |
+++ b/webrtc/video/rtc_event_log.h |
@@ -58,8 +58,7 @@ class RtcEventLog { |
virtual void LogRtpHeader(bool incoming, |
MediaType media_type, |
const uint8_t* header, |
- size_t header_length, |
- size_t total_length) = 0; |
+ size_t packet_length) = 0; |
// Logs an incoming or outgoing RTCP packet. |
virtual void LogRtcpPacket(bool incoming, |