| Index: media/cast/logging/stats_event_subscriber.h
|
| diff --git a/media/cast/logging/stats_event_subscriber.h b/media/cast/logging/stats_event_subscriber.h
|
| index d1d97bebd6669958683c88fa53f2b17fe328b5ad..280519f5f34d1916ab0deac11696c1f523efb4ea 100644
|
| --- a/media/cast/logging/stats_event_subscriber.h
|
| +++ b/media/cast/logging/stats_event_subscriber.h
|
| @@ -186,8 +186,8 @@ class StatsEventSubscriber : public RawEventSubscriber {
|
|
|
| typedef std::map<CastStat, double> StatsMap;
|
| typedef std::map<CastStat, linked_ptr<SimpleHistogram> > HistogramMap;
|
| - typedef std::map<RtpTimestamp, FrameInfo> FrameInfoMap;
|
| - typedef std::map<std::pair<RtpTimestamp, uint16_t>,
|
| + typedef std::map<RtpTimeTicks, FrameInfo> FrameInfoMap;
|
| + typedef std::map<std::pair<RtpTimeTicks, uint16_t>,
|
| std::pair<base::TimeTicks, CastLoggingEvent>>
|
| PacketEventTimeMap;
|
| typedef std::map<CastLoggingEvent, FrameLogStats> FrameStatsMap;
|
| @@ -206,7 +206,7 @@ class StatsEventSubscriber : public RawEventSubscriber {
|
| void UpdateFirstLastEventTime(base::TimeTicks timestamp,
|
| bool is_receiver_event);
|
| bool GetReceiverOffset(base::TimeDelta* offset);
|
| - void MaybeInsertFrameInfo(RtpTimestamp rtp_timestamp,
|
| + void MaybeInsertFrameInfo(RtpTimeTicks rtp_timestamp,
|
| const FrameInfo& frame_info);
|
| void RecordFrameCaptureTime(const FrameEvent& frame_event);
|
| void RecordCaptureLatency(const FrameEvent& frame_event);
|
|
|