summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/shadow/MediaControls.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/shadow/MediaControls.h')
-rw-r--r--Source/WebCore/html/shadow/MediaControls.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebCore/html/shadow/MediaControls.h b/Source/WebCore/html/shadow/MediaControls.h
index 98e017f..a4fbbd6 100644
--- a/Source/WebCore/html/shadow/MediaControls.h
+++ b/Source/WebCore/html/shadow/MediaControls.h
@@ -73,6 +73,10 @@ public:
// Once shadow DOM refactoring is complete, the tweaking will be in MediaControlsShadowRoot and this accessor will no longer be necessary.
RenderBox* renderBox();
+#if PLATFORM(ANDROID)
+ void updateLastTouch();
+#endif
+
private:
void createControlsShadowRoot();
void destroyControlsShadowRoot();
@@ -132,6 +136,10 @@ private:
float m_opacityAnimationTo;
bool m_mouseOver;
+
+#if PLATFORM(ANDROID)
+ double m_lastTouch;
+#endif
};