Change the CSS position property of controller to relative
authorSeonae Kim <sunaeluv.kim@samsung.com>
Tue, 14 May 2013 13:34:20 +0000 (22:34 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 16 Sep 2013 06:40:00 +0000 (06:40 +0000)
commitdc22d3bfb556e1cb92b8c06a07219ebfe7ae313b
treedf77b62c6b6cfebe61399855180aa8051dc872fb
parentb4382299217a10bfdd09d71143f1a17b6850acac
Change the CSS position property of controller to relative

[Title] Change the CSS position property of controller to relative
[Issue] N/A
[Problem] If panel position is fixed, siblings is difficult to calculate each position.
[Cause] The position of media controller is currently fixed.
[Solution] we replaced the position property from fixed to relative.

Change-Id: I0a026120d2fac1d88d600db8eb74c0e73fae2462
Source/WebCore/css/mediaControlsTizenFullscreenHorizontal.css
Source/WebCore/css/mediaControlsTizenFullscreenVertical.css
Source/WebCore/html/HTMLMediaElement.cpp
Source/WebCore/html/HTMLMediaElement.h
Source/WebCore/html/shadow/MediaControlElements.cpp
Source/WebCore/html/shadow/MediaControlRootElement.cpp
Source/WebCore/rendering/RenderMedia.cpp
Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp
Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.h
Source/WebKit2/WebProcess/WebPage/WebPage.cpp