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

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

Issue 2529593002: Use utilizeUserGesture() everywhere in HTMLMediaElement (Closed)
Patch Set: rebase on https://codereview.chromium.org/2510353004/ Created 4 years, 1 month 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 9b608318c62829696d2fddbbd0f9baf8fec680fd..521238732c1e9769e28a172e7c39641816316110 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -172,7 +172,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
TimeRanges* seekable() const;
bool ended() const;
bool autoplay() const;
- bool shouldAutoplay();
+ bool shouldAutoplay() const;
bool loop() const;
void setLoop(bool);
ScriptPromise playForBindings(ScriptState*);

Powered by Google App Engine
This is Rietveld 408576698