Index: third_party/WebKit/Source/core/loader/FrameLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h |
index 42ebee8e81726b3dbc441a03764914836c5889f3..a5a5a4105edeedca443801a9e93c66292fd156ff 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
@@ -177,6 +177,7 @@ public: |
void dispatchUnloadEvent(); |
bool allowPlugins(ReasonForCallingAllowPlugins); |
+ bool allowMediaAutoplay(bool hidden); |
void updateForSameDocumentNavigation(const KURL&, SameDocumentNavigationSource, PassRefPtr<SerializedScriptValue>, HistoryScrollRestorationType, FrameLoadType); |