| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index e0fdde4cc835917eb589aeb9cef54351b0100322..fc65e3522a78138cb1c6d5cb9f41d014a3cf0987 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -2488,4 +2488,9 @@ void Internals::forceRestrictIFramePermissions()
|
| RuntimeEnabledFeatures::setRestrictIFramePermissionsEnabled(true);
|
| }
|
|
|
| +void Internals::triggerAutoplayViewportCheck(HTMLMediaElement* element)
|
| +{
|
| + element->triggerAutoplayViewportCheck();
|
| +}
|
| +
|
| } // namespace blink
|
|
|