| Index: public/platform/WebSourceBuffer.h
|
| diff --git a/public/platform/WebSourceBuffer.h b/public/platform/WebSourceBuffer.h
|
| index 3c8dd14c609cf5c5b90f64cf13bc498c50805ba4..689504b47cf9dd0789cf73c360b571c32fe829ab 100644
|
| --- a/public/platform/WebSourceBuffer.h
|
| +++ b/public/platform/WebSourceBuffer.h
|
| @@ -48,10 +48,7 @@ public:
|
|
|
| // This will only be called once and only with a non-null pointer to a
|
| // client whose ownership is not transferred to this WebSourceBuffer.
|
| - virtual void setClient(WebSourceBufferClient*)
|
| - {
|
| - // FIXME: Remove default implementation once Chromium impl lands.
|
| - }
|
| + virtual void setClient(WebSourceBufferClient*) = 0;
|
|
|
| virtual bool setMode(AppendMode) = 0;
|
| virtual WebTimeRanges buffered() = 0;
|
|
|