Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
index 5716d57c7a9b9c91c32717fd9c40bfa176b52429..dabc472778682d99e27c06245cc2ff64ccdca24b 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
@@ -137,6 +137,7 @@ public: |
bool allowPlugins(bool enabledPerSettings) override; |
bool allowImage(bool enabledPerSettings, const KURL& imageURL) override; |
bool allowMedia(const KURL& mediaURL) override; |
+ bool allowMediaAutoplay(bool hidden) override; |
bool allowDisplayingInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) override; |
bool allowRunningInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) override; |
void didNotAllowScript() override; |