Index: media/base/pipeline.h |
diff --git a/media/base/pipeline.h b/media/base/pipeline.h |
index b63be0093bfe5f525cedbf2f74c220362f9df736..a666fc1307dc673931be1be55c34e62e5670e594 100644 |
--- a/media/base/pipeline.h |
+++ b/media/base/pipeline.h |
@@ -227,7 +227,7 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost { |
void OnError(PipelineStatus error); |
// Callback executed by filters to update statistics. |
- void OnUpdateStatistics(const PipelineStatistics& stats); |
+ void OnUpdateStatistics(const PipelineStatistics& stats_delta); |
// The following "task" methods correspond to the public methods, but these |
// methods are run as the result of posting a task to the Pipeline's |