| 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);
|
|
|
|
|