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

Unified Diff: webkit/glue/webmediaplayer_impl.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/filters/ffmpeg_demuxer_unittest.cc ('k') | webkit/glue/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmediaplayer_impl.h
diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h
index 3e42793c5f7cee76489d8e617a3866ad53958a4d..6227097400d497da88d74de822905733e4c386d3 100644
--- a/webkit/glue/webmediaplayer_impl.h
+++ b/webkit/glue/webmediaplayer_impl.h
@@ -188,6 +188,7 @@ class WebMediaPlayerImpl : public WebKit::WebMediaPlayer,
virtual void setVisible(bool visible);
virtual bool setAutoBuffer(bool autoBuffer);
virtual bool totalBytesKnown();
+ virtual const WebKit::WebTimeRanges& buffered();
virtual const WebKit::WebTimeRanges& buffered() const;
virtual float maxTimeSeekable() const;
« no previous file with comments | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | webkit/glue/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698