Apply the scale after the media control is created
authorSeonae Kim <sunaeluv.kim@samsung.com>
Thu, 2 May 2013 09:33:16 +0000 (18:33 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 2 May 2013 10:11:32 +0000 (19:11 +0900)
commit688468b9c2b71b89c98c512d689eb1c40c979707
treecb26a087a9e1fbd59f3ec42f92cf0c14c7f1c6e6
parent153659763b450f5a636213edeea693f034baecec
Apply the scale after the media control is created

[Title] Apply the scale after the media control is created
[Issue] N_SE-37138
[Problem] The size of media control is too large sometimes in portrait mode.
[Cause] The media control is not resized after second entry to fullscreen.
[Solution] Call the scale function when created,

Change-Id: I56e06ade3f85225e4a084b93951e26455bc36907
Source/WebCore/html/HTMLMediaElement.cpp