| Index: Source/web/SourceBufferPrivateImpl.h
|
| diff --git a/Source/web/SourceBufferPrivateImpl.h b/Source/web/SourceBufferPrivateImpl.h
|
| index 548206479d1610550723d6dd0e13cfafcdcdda1f..b7caf614104aafd86d8d60417f3d5c0b4a889a28 100644
|
| --- a/Source/web/SourceBufferPrivateImpl.h
|
| +++ b/Source/web/SourceBufferPrivateImpl.h
|
| @@ -50,6 +50,8 @@ public:
|
| virtual void abort() OVERRIDE;
|
| virtual void remove(double start, double end) OVERRIDE;
|
| virtual bool setTimestampOffset(double) OVERRIDE;
|
| + virtual void setAppendWindowStart(double) OVERRIDE;
|
| + virtual void setAppendWindowEnd(double) OVERRIDE;
|
| virtual void removedFromMediaSource() OVERRIDE;
|
|
|
| private:
|
|
|