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

Unified Diff: Source/core/platform/graphics/SourceBufferPrivate.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: add comment code 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/core/platform/graphics/SourceBufferPrivate.h
diff --git a/Source/core/platform/graphics/SourceBufferPrivate.h b/Source/core/platform/graphics/SourceBufferPrivate.h
index 7e3bdcf04896a9c975e0fce8d9b53a4b1a496ff4..f3bf4a94449d8acb67c03b887aafdd894b536e91 100644
--- a/Source/core/platform/graphics/SourceBufferPrivate.h
+++ b/Source/core/platform/graphics/SourceBufferPrivate.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;
+ virtual void setAppendWindowEnd(double) = 0;
virtual void removedFromMediaSource() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698