Apply a zoom property when resolution is changed
authorSeonae Kim <sunaeluv.kim@samsung.com>
Sun, 14 Apr 2013 07:49:58 +0000 (16:49 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 18 Apr 2013 02:04:21 +0000 (11:04 +0900)
commit6a5b58fe4282d3eaf98347b8cdbac6e72e0da58b
treeb3045cfd54039db089244bccd9a06607b22671da
parent5ab4c334c89dad9d69f513c10d0f1bac56e9d10b
Apply a zoom property when resolution is changed

[Title] Apply a zoom property when resolution is changed
[Issue] N/A
[Problem] If screen resolution is changed, the size of media controls is not accurate.
[Cause] We did not consider other resolution.
[Solution] Adjust the control size using a zoom property

Change-Id: I361e65ecfacf62301240268f4207f5a17c1715f8
Source/WebCore/css/mediaControlsTizenFullscreenHorizontal.css
Source/WebCore/css/mediaControlsTizenFullscreenVertical.css
Source/WebCore/html/HTMLMediaElement.cpp
Source/WebCore/html/HTMLMediaElement.h
Source/WebCore/html/shadow/MediaControlRootElement.cpp
Source/WebCore/html/shadow/MediaControlRootElement.h
Source/WebCore/html/shadow/MediaControls.h
Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp