Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 29570129e9d75dfcf35d6518eb81c7300311e85a..efd6f512e6d9f6f3c40dccff2332993f8cb20293 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -253,6 +253,7 @@ public: |
void setIsCursorVisible(Document*, bool, ExceptionState&); |
void mediaPlayerRequestFullscreen(HTMLMediaElement*); |
+ double effectiveMediaVolume(HTMLMediaElement*); |
void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme); |
void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme); |