| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index c289f175b9365d345a6a01f94a290b8467490a8f..5491c49b578d5b364c45df725bd6cceefa42b8a8 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1755,6 +1755,11 @@ double Internals::effectiveMediaVolume(HTMLMediaElement* mediaElement)
|
| return mediaElement->effectiveMediaVolume();
|
| }
|
|
|
| +void Internals::mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement* mediaElement, bool available)
|
| +{
|
| + mediaElement->remoteRouteAvailabilityChanged(available);
|
| +}
|
| +
|
| void Internals::registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme)
|
| {
|
| SchemeRegistry::registerURLSchemeAsBypassingContentSecurityPolicy(scheme);
|
|
|