| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 03867a1ae2c128c77753bf2700d060d68ac19aca..519ac378e045fc7049744655744566a879201263 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -90,6 +90,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
|
|
| static void setMediaStreamRegistry(URLRegistry*);
|
| static bool isMediaStreamURL(const String& url);
|
| + static bool isHLSURL(const KURL&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|