| Index: media/base/pipeline.cc
|
| diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc
|
| index bc55981f6cfbdbaf96e29f2d1c50da616d6b624a..fa9b712498c14e7361f3e109cc7f9f6705845ed9 100644
|
| --- a/media/base/pipeline.cc
|
| +++ b/media/base/pipeline.cc
|
| @@ -584,6 +584,7 @@ void Pipeline::OnUpdateStatistics(const PipelineStatistics& stats) {
|
| statistics_.video_bytes_decoded += stats.video_bytes_decoded;
|
| statistics_.video_frames_decoded += stats.video_frames_decoded;
|
| statistics_.video_frames_dropped += stats.video_frames_dropped;
|
| + statistics_.total_frame_delay += stats.total_frame_delay;
|
| }
|
|
|
| void Pipeline::StartTask() {
|
|
|