Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
index c927eeb9db8409a3900dd725e0749b70eb442480..79db834acd7e9fb728b177a53426d8b52f411f1b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
@@ -390,6 +390,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement, |
void connectedToRemoteDevice() final; |
void disconnectedFromRemoteDevice() final; |
void cancelledRemotePlaybackRequest() final; |
+ bool isAutoplayingMuted() final; |
void requestReload(const WebURL&) final; |
void loadTimerFired(TimerBase*); |