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

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

Issue 20123002: Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer.appendWindowEnd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and remove URL in comment to make presubmit happy. Created 7 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
« no previous file with comments | « no previous file | content/renderer/media/websourcebuffer_impl.cc » ('j') | no next file with comments »
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 533ed6891f0fd16b27e3e614765c53ab566a1dbd..1f05f3b32f91bdb49bbc91777caba65a8547a5f7 100644
--- a/content/renderer/media/websourcebuffer_impl.h
+++ b/content/renderer/media/websourcebuffer_impl.h
@@ -29,6 +29,9 @@ class WebSourceBufferImpl : public WebKit::WebSourceBuffer {
// TODO(acolwell): Add OVERRIDE when Blink-side changes land.
virtual void remove(double start, double end);
virtual bool setTimestampOffset(double offset) OVERRIDE;
+ // TODO(acolwell): Add OVERRIDE when Blink-side changes land.
+ virtual void setAppendWindowStart(double start);
+ virtual void setAppendWindowEnd(double end);
virtual void removedFromMediaSource() OVERRIDE;
private:
« no previous file with comments | « no previous file | content/renderer/media/websourcebuffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698