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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10879056: Support setting an explicit duration on MediaSource objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: response to CR Created 8 years, 4 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/source_buffer_stream_unittest.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index 47bb12df6e2261d26a9c2ef445ef53ae459a287e..83aa13a8bbe0005143226815a65cdb16f746c3f0 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -198,6 +198,7 @@ class WebMediaPlayerImpl
const unsigned char* data,
unsigned length);
virtual bool sourceAbort(const WebKit::WebString& id);
+ virtual void sourceSetDuration(double new_duration);
virtual void sourceEndOfStream(EndOfStreamStatus status);
virtual bool sourceSetTimestampOffset(const WebKit::WebString& id,
double offset);
« no previous file with comments | « media/filters/source_buffer_stream_unittest.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698