| 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;
|
| };
|
|
|
|
|