| Index: Source/core/platform/graphics/SourceBufferPrivate.h
|
| diff --git a/Source/core/platform/graphics/SourceBufferPrivate.h b/Source/core/platform/graphics/SourceBufferPrivate.h
|
| index 960b7f61dbd4e28a4c3e297e1890df3f4da11aaf..febc8dfd58644ca7f4811d176fb1cbe893de2718 100644
|
| --- a/Source/core/platform/graphics/SourceBufferPrivate.h
|
| +++ b/Source/core/platform/graphics/SourceBufferPrivate.h
|
| @@ -43,6 +43,8 @@ public:
|
| virtual void append(const unsigned char* data, unsigned length) = 0;
|
| virtual void abort() = 0;
|
| virtual bool setTimestampOffset(double) = 0;
|
| + virtual void setAppendWindowStart(double) = 0;
|
| + virtual void setAppendWindowEnd(double) = 0;
|
| virtual void removedFromMediaSource() = 0;
|
| };
|
|
|
|
|