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

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

Issue 2052623002: [Android, Media] Enable autoplay settings for muted autoplay, wired them up to the media element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-settings-npe
Patch Set: Created 4 years, 6 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
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 08996bf1aaab6c4778221378800f71f15d426dfb..6d9d27acb52652e5bce72a6a48076e7763e6989a 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -468,6 +468,8 @@ private:
// gesture is currently being processed.
bool isGestureNeededForPlayback();
+ bool isAutoplayAllowedPerSettings() const;
Finnur 2016/06/09 09:49:09 nit: Document.
whywhat 2016/06/09 19:42:39 Done.
+
void setNetworkState(NetworkState);
void audioTracksTimerFired(Timer<HTMLMediaElement>*);

Powered by Google App Engine
This is Rietveld 408576698