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