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

Unified Diff: public/web/WebSourceBuffer.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: public/web/WebSourceBuffer.h
diff --git a/public/web/WebSourceBuffer.h b/public/web/WebSourceBuffer.h
index 07c433a27893300918faa13927bce6807fa20227..6ccddbcd9deb5e9c21176b5fccdf38feda040d76 100644
--- a/public/web/WebSourceBuffer.h
+++ b/public/web/WebSourceBuffer.h
@@ -44,6 +44,8 @@ public:
virtual void abort() = 0;
virtual void remove(double start, double end) = 0;
virtual bool setTimestampOffset(double) = 0;
+ virtual void setAppendWindowStart(double) = 0;
jamesr 2013/08/09 21:03:14 the meaning of the parameter on these functions ar
changbin 2013/08/09 23:00:32 Done.
+ virtual void setAppendWindowEnd(double) = 0;
virtual void removedFromMediaSource() = 0;
};
« Source/web/SourceBufferPrivateImpl.h ('K') | « Source/web/SourceBufferPrivateImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698