| Index: media/cast/logging/logging_impl.h
|
| diff --git a/media/cast/logging/logging_impl.h b/media/cast/logging/logging_impl.h
|
| index 5b35dffe476109a8c4041e5c9b9b481fc781fbb5..fbbfa4e4a2a870a71512005f3b2f4c2f5cca5c02 100644
|
| --- a/media/cast/logging/logging_impl.h
|
| +++ b/media/cast/logging/logging_impl.h
|
| @@ -29,9 +29,9 @@ class LoggingImpl {
|
| CastLoggingEvent event, uint32 rtp_timestamp,
|
| uint32 frame_id);
|
|
|
| - void InsertFrameEventWithSize(const base::TimeTicks& time_of_event,
|
| - CastLoggingEvent event, uint32 rtp_timestamp,
|
| - uint32 frame_id, int frame_size);
|
| + void InsertEncodedFrameEvent(const base::TimeTicks& time_of_event,
|
| + CastLoggingEvent event, uint32 rtp_timestamp,
|
| + uint32 frame_id, int frame_size, bool key_frame);
|
|
|
| void InsertFrameEventWithDelay(const base::TimeTicks& time_of_event,
|
| CastLoggingEvent event, uint32 rtp_timestamp,
|
|
|