| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index ee6b5b63122e2c103cd25c4c904a27c86e71ec13..c9d7e270b07eb19c8e4a23236abe98e24dad7228 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1756,6 +1756,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);
|
|
|