| Index: media/filters/video_renderer_base.cc
|
| diff --git a/media/filters/video_renderer_base.cc b/media/filters/video_renderer_base.cc
|
| index 2a9ba66547e573ec0a9b54bd041ffb22acca1919..094c92aa447fedcf6ad505ef5d2a0c3802b242a2 100644
|
| --- a/media/filters/video_renderer_base.cc
|
| +++ b/media/filters/video_renderer_base.cc
|
| @@ -188,7 +188,7 @@ void VideoRendererBase::ThreadMain() {
|
| OnFrameAvailable();
|
|
|
| // Determine the current and next presentation timestamps.
|
| - base::TimeDelta now = host_->GetPipelineStatus()->GetTime();
|
| + base::TimeDelta now = host_->GetTime();
|
| base::TimeDelta this_pts = current_frame_->GetTimestamp();
|
| base::TimeDelta next_pts;
|
| if (next_frame) {
|
|
|