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

Unified Diff: media/base/pipeline.h

Issue 2085012: Reporting a more accurate buffered time for the video tag (Closed)
Patch Set: Added checks to fix some edgecase bugs. Created 10 years, 6 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_filter_host.h ('k') | media/base/pipeline_impl.h » ('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 82c551c10c2a57902fe46a87ebfb29134c4fc6d7..8e39d06e6eddf02b22c906cb97fa09974c251ebb 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -129,7 +129,7 @@ class Pipeline : public base::RefCountedThreadSafe<Pipeline> {
// Get the approximate amount of playable data buffered so far in micro-
// seconds.
- virtual base::TimeDelta GetBufferedTime() const = 0;
+ virtual base::TimeDelta GetBufferedTime() = 0;
// Get the duration of the media in microseconds. If the duration has not
// been determined yet, then returns 0.
« no previous file with comments | « media/base/mock_filter_host.h ('k') | media/base/pipeline_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698