Index: third_party/WebKit/Source/core/testing/Internals.idl |
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
index dc692028d53ebbadc8b34e706de500287341ecc4..bfbe6c082eb270712538e3943ad94fb0a6189b0b 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -214,6 +214,7 @@ |
[RaisesException] void setIsCursorVisible(Document document, boolean isVisible); |
double effectiveMediaVolume(HTMLMediaElement mediaElement); |
+ DOMString effectivePreload(HTMLMediaElement mediaElement); |
void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement mediaElement, boolean available); |
void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement mediaElement, boolean remote); |
void setAllowHiddenVolumeControls(HTMLMediaElement mediaElement, boolean allow); |