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