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

Unified Diff: Source/web/SourceBufferPrivateImpl.h

Issue 14876007: Add Blink side support for SourceBuffer.appendWindowStart & SourceBuffer.appendWindowEnd. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 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
Index: Source/web/SourceBufferPrivateImpl.h
diff --git a/Source/web/SourceBufferPrivateImpl.h b/Source/web/SourceBufferPrivateImpl.h
index 548206479d1610550723d6dd0e13cfafcdcdda1f..b7caf614104aafd86d8d60417f3d5c0b4a889a28 100644
--- a/Source/web/SourceBufferPrivateImpl.h
+++ b/Source/web/SourceBufferPrivateImpl.h
@@ -50,6 +50,8 @@ public:
virtual void abort() OVERRIDE;
virtual void remove(double start, double end) OVERRIDE;
virtual bool setTimestampOffset(double) OVERRIDE;
+ virtual void setAppendWindowStart(double) OVERRIDE;
+ virtual void setAppendWindowEnd(double) OVERRIDE;
virtual void removedFromMediaSource() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698