| Index: public/platform/WebSourceBuffer.h
|
| diff --git a/public/platform/WebSourceBuffer.h b/public/platform/WebSourceBuffer.h
|
| index b8960df909d5a4444d35ee619d043ded6b410aab..e789648be8f95d62073d2a76d7bdaf74fbe6a0c4 100644
|
| --- a/public/platform/WebSourceBuffer.h
|
| +++ b/public/platform/WebSourceBuffer.h
|
| @@ -43,10 +43,7 @@ public:
|
| };
|
|
|
| virtual ~WebSourceBuffer() { }
|
| -
|
| - // FIXME: Remove default implementation once Chromium setMode() implementation has landed. See http://crbug.com/249422.
|
| - virtual bool setMode(AppendMode) { return true; }
|
| -
|
| + virtual bool setMode(AppendMode) = 0;
|
| virtual WebTimeRanges buffered() = 0;
|
| virtual void append(const unsigned char* data, unsigned length) = 0;
|
| virtual void abort() = 0;
|
|
|