Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index 15dab9e45ab2cc5f5af363970261ecfc2946f0e0..73c54e09e94d7ff07b0a1e982760a22521bd662f 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -374,6 +374,8 @@ public: |
| void forceRestrictIFramePermissions(); |
| + void triggerAutoplayViewportCheck(HTMLMediaElement*); |
| + |
| private: |
| explicit Internals(ScriptState*); |
| Document* contextDocument() const; |