Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index c5c66de6f6b948fb9d75f6640bd8b7d3bce279ff..c996f664473cbf2f310bff5497d24a0f16db811c 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -546,6 +546,7 @@ |
PendingActionFlags m_pendingActionFlags; |
// FIXME: MediaElement has way too many state bits. |
+ bool m_userGestureRequiredForPlay : 1; |
bool m_playing : 1; |
bool m_shouldDelayLoadEvent : 1; |
bool m_haveFiredLoadedData : 1; |