| 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:
|
|
|