Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1079)

Unified Diff: media/base/pipeline.h

Issue 1409123005: Add methods for telling V8 how much memory audio/video is using. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix html viewer. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/mock_filters.h ('k') | media/base/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/base/mock_filters.h ('k') | media/base/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698