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

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: throw DOMException for set appendwindow error 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
Index: Source/web/SourceBufferPrivateImpl.h
diff --git a/Source/web/SourceBufferPrivateImpl.h b/Source/web/SourceBufferPrivateImpl.h
index ac41b31ac0b773c2c233d82880516a0a1c78a0bc..1af771d5ae552a10919c2e237f4be5ba6024d025 100644
--- a/Source/web/SourceBufferPrivateImpl.h
+++ b/Source/web/SourceBufferPrivateImpl.h
@@ -49,6 +49,8 @@ public:
virtual void append(const unsigned char* data, unsigned length);
virtual void abort();
virtual bool setTimestampOffset(double);
+ virtual void setAppendWindowStart(double);
+ virtual void setAppendWindowEnd(double);
virtual void removedFromMediaSource();
private:

Powered by Google App Engine
This is Rietveld 408576698