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

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

Issue 209693003: Make mediaPlayerRequestFullscreen() user gesture bypass explicit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index c01d00c4d8ee1ade3f9e8a630ed76129ed163139..774308fab390b5468fe3d0816d30e96d9a606a4f 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -520,6 +520,7 @@ private:
friend class MediaController;
RefPtr<MediaController> m_mediaController;
+ friend class Internals;
friend class TrackDisplayUpdateScope;
static URLRegistry* s_mediaStreamRegistry;

Powered by Google App Engine
This is Rietveld 408576698