Index: Source/core/html/HTMLMediaSource.h |
diff --git a/Source/core/html/HTMLMediaSource.h b/Source/core/html/HTMLMediaSource.h |
index bddad0b976b2a31cb7088132bfa5926109815277..3899bc20927830e752eacb30565953f23fd94a3b 100644 |
--- a/Source/core/html/HTMLMediaSource.h |
+++ b/Source/core/html/HTMLMediaSource.h |
@@ -67,6 +67,7 @@ public: |
virtual bool isClosed() const = 0; |
virtual double duration() const = 0; |
virtual PassRefPtrWillBeRawPtr<TimeRanges> buffered() const = 0; |
+ virtual PassRefPtrWillBeRawPtr<TimeRanges> seekable() const = 0; |
#if !ENABLE(OILPAN) |
virtual void refHTMLMediaSource() = 0; |
virtual void derefHTMLMediaSource() = 0; |