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

Unified Diff: third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h

Issue 2813303005: [Blink>Media] Moving autoplay logic to AutoplayPolicy (Closed)
Patch Set: addressed nits Created 3 years, 8 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/media/AutoplayUmaHelper.h
diff --git a/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h
index 917ab9bd0862af238abc8ee9bd7ae1db642d9652..55b5e1302270e1210168348b7bef0889598cea2a 100644
--- a/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h
+++ b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.h
@@ -75,6 +75,7 @@ class CORE_EXPORT AutoplayUmaHelper : public EventListener,
void RecordCrossOriginAutoplayResult(CrossOriginAutoplayResult);
void RecordAutoplayUnmuteStatus(AutoplayUnmuteActionStatus);
+ void VideoWillBeDrawnToCanvas();
void DidMoveToNewDocument(Document& old_document);
bool IsVisible() const { return is_visible_; }

Powered by Google App Engine
This is Rietveld 408576698