Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 81cd553d58962e716a687197e392da5ec3419230..799ab831b9836f96269ec8b4c4fd16f78b9f732c 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -370,6 +370,9 @@ public: |
bool setScrollbarVisibilityInScrollableArea(Node*, bool visible); |
void forceRestrictIFramePermissions(); |
+ |
+ void triggerAutoplayViewportCheck(HTMLMediaElement*); |
+ |
private: |
explicit Internals(ScriptState*); |
Document* contextDocument() const; |