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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10803019: Chrome-side implementation of media source timestamp offset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index 376c10f152816326b9e42245d03d1f6160a2be4c..347d850ec6c27d93491e54095dd8ea8f2e3d2176 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -200,6 +200,8 @@ class WebMediaPlayerImpl
unsigned length);
virtual bool sourceAbort(const WebKit::WebString& id);
virtual void sourceEndOfStream(EndOfStreamStatus status);
+ virtual void sourceTimestampOffset(const WebKit::WebString&, float);
+ virtual void sourceClearTimestampOffset(const WebKit::WebString&);
virtual MediaKeyException generateKeyRequest(
const WebKit::WebString& key_system,

Powered by Google App Engine
This is Rietveld 408576698