Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 0f1d00780f4045b898ab93a7a82426c2cc09552d..4b6ba69ca5672a0e8319fdb05986e705b9b6697d 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -200,6 +200,7 @@ |
void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement); |
double effectiveMediaVolume(HTMLMediaElement mediaElement); |
void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement mediaElement, boolean available); |
+ void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement mediaElement, boolean remote); |
void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme); |
void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString scheme); |