Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(942)

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2856783002: Autoplay time metric (Closed)
Patch Set: use loadstart event Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698