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

Unified Diff: Source/core/testing/Internals.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/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 7e96617902d9ef1a8b43e06ad9c3984401c65f36..c7ad4c29a19db23f0c94229a3918abeb97b46c5e 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -51,19 +51,20 @@ class Document;
class DocumentMarker;
class Element;
class ExceptionState;
-class LocalFrame;
+class ExecutionContext;
class GCObservation;
+class HTMLMediaElement;
class InspectorFrontendChannelDummy;
class InternalProfilers;
class InternalRuntimeFlags;
class InternalSettings;
class LayerRectList;
+class LocalFrame;
class MallocStatistics;
class Node;
class Page;
class PagePopupController;
class Range;
-class ExecutionContext;
class SerializedScriptValue;
class ShadowRoot;
class TypeConversions;
@@ -268,6 +269,8 @@ public:
void webkitWillExitFullScreenForElement(Document*, Element*);
void webkitDidExitFullScreenForElement(Document*, Element*);
+ void mediaPlayerRequestFullscreen(HTMLMediaElement*);
+
void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme);
void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme);

Powered by Google App Engine
This is Rietveld 408576698