| 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 b91d70ead9fe2872a83cf85fd9f66b63743e3450..563d26bb06722690d391ac68946b168884d883a8 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -331,6 +331,8 @@ class CORE_EXPORT HTMLMediaElement
|
|
|
| const AutoplayPolicy& GetAutoplayPolicy() const { return *autoplay_policy_; }
|
|
|
| + WebMediaPlayer::LoadType GetLoadType() const;
|
| +
|
| protected:
|
| HTMLMediaElement(const QualifiedName&, Document&);
|
| ~HTMLMediaElement() override;
|
| @@ -443,7 +445,6 @@ class CORE_EXPORT HTMLMediaElement
|
| void LoadResource(const WebMediaPlayerSource&, const String& content_type);
|
| void StartPlayerLoad();
|
| void SetPlayerPreload();
|
| - WebMediaPlayer::LoadType GetLoadType() const;
|
| void ScheduleNextSourceChild();
|
| void LoadSourceFromObject();
|
| void LoadSourceFromAttribute();
|
|
|