From 833c9ceaa300f52cf2d1b12a9b3482ad417a3c21 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Mon, 14 Mar 2011 13:23:18 -0700 Subject: Improving HTML5 video controls - correct support for the fullscreen button - change the controls to be 48px high - auto-hide the controls, touching the video makes them appear again bug:2126902 Change-Id: Idd2b720034de3d5d432c9ea62d9045934c46f6c1 --- WebCore/rendering/RenderMedia.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WebCore/rendering/RenderMedia.h') diff --git a/WebCore/rendering/RenderMedia.h b/WebCore/rendering/RenderMedia.h index aa725ff..65fdc7d 100644 --- a/WebCore/rendering/RenderMedia.h +++ b/WebCore/rendering/RenderMedia.h @@ -151,6 +151,9 @@ private: double m_opacityAnimationDuration; float m_opacityAnimationFrom; float m_opacityAnimationTo; +#if PLATFORM(ANDROID) + double m_lastTouch; +#endif }; inline RenderMedia* toRenderMedia(RenderObject* object) -- cgit v1.1