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

Unified Diff: content/renderer/media/websourcebuffer_impl.h

Issue 178153004: Enable round-tripping and updating of WebSourceBufferImpl timestamp offset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initializes |user_specified_timestamp_offset_| to 0.0. Created 6 years, 10 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 | « no previous file | content/renderer/media/websourcebuffer_impl.cc » ('j') | media/filters/chunk_demuxer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/websourcebuffer_impl.h
diff --git a/content/renderer/media/websourcebuffer_impl.h b/content/renderer/media/websourcebuffer_impl.h
index f863d22b8aadd530e92276fc9103d468cc9db8ab..83ee71f68c3776530eb101f7285d073149bd34ea 100644
--- a/content/renderer/media/websourcebuffer_impl.h
+++ b/content/renderer/media/websourcebuffer_impl.h
@@ -29,6 +29,7 @@ class WebSourceBufferImpl : public blink::WebSourceBuffer {
virtual void abort();
virtual void remove(double start, double end);
virtual bool setTimestampOffset(double offset);
+ virtual double getTimestampOffset();
acolwell GONE FROM CHROMIUM 2014/02/25 17:24:28 nit: s/getT/t/
wolenetz 2014/02/25 20:32:20 Dropped 'get'. I added 'updated' to follow the con
virtual void setAppendWindowStart(double start);
virtual void setAppendWindowEnd(double end);
virtual void removedFromMediaSource();
« no previous file with comments | « no previous file | content/renderer/media/websourcebuffer_impl.cc » ('j') | media/filters/chunk_demuxer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698