| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 059d0d16dad8433ad198376ba1d1b79e0ca3938a..546eb23936a0f7fbb609a15a59a8133647e203be 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1902,6 +1902,11 @@ void Internals::mediaPlayerRequestFullscreen(HTMLMediaElement* mediaElement)
|
| mediaElement->mediaPlayerRequestFullscreen();
|
| }
|
|
|
| +void Internals::mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement* mediaElement, bool available)
|
| +{
|
| + mediaElement->mediaPlayerRemoteRouteAvailabilityChanged(available);
|
| +}
|
| +
|
| void Internals::registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme)
|
| {
|
| SchemeRegistry::registerURLSchemeAsBypassingContentSecurityPolicy(scheme);
|
|
|