Index: Source/core/html/shadow/MediaControls.h |
diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h |
index 57d7ac231fa956cb9b6a4de51383f801bfbadefb..b9a87e53a06298cc20070248cf7c09fa20c74876 100644 |
--- a/Source/core/html/shadow/MediaControls.h |
+++ b/Source/core/html/shadow/MediaControls.h |
@@ -138,7 +138,6 @@ private: |
unsigned m_hideTimerBehaviorFlags; |
bool m_isMouseOverControls : 1; |
bool m_isPausedForScrubbing : 1; |
- bool m_wasLastEventTouch : 1; |
}; |
DEFINE_ELEMENT_TYPE_CASTS(MediaControls, isMediaControls()); |