| Index: media/cast/rtp_sender/rtp_sender.cc
|
| diff --git a/media/cast/rtp_sender/rtp_sender.cc b/media/cast/rtp_sender/rtp_sender.cc
|
| index d306c6e7aaa232ff2689d833f8cced3d1eb1f81a..b630a0780d2784ebd616aacdd18444f398b3ec38 100644
|
| --- a/media/cast/rtp_sender/rtp_sender.cc
|
| +++ b/media/cast/rtp_sender/rtp_sender.cc
|
| @@ -121,7 +121,7 @@ void RtpSender::RtpStatistics(const base::TimeTicks& now,
|
| // was captured.
|
| uint32 ntp_seconds = 0;
|
| uint32 ntp_fraction = 0;
|
| - ConvertTimeToNtp(now, &ntp_seconds, &ntp_fraction);
|
| + ConvertTimeToFractions(now.ToInternalValue(), &ntp_seconds, &ntp_fraction);
|
| sender_info->ntp_seconds = ntp_seconds;
|
| sender_info->ntp_fraction = ntp_fraction;
|
|
|
|
|