Replace deviceWidth and deviceHeight to screenRect
authorSeonae Kim <sunaeluv.kim@samsung.com>
Mon, 27 May 2013 10:05:39 +0000 (19:05 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 7 Jun 2013 01:59:11 +0000 (10:59 +0900)
commitb35ab0c1a9200d22578d9315916df4a64a9e07f2
tree825943894d19b48d293e264af2e0d5ea68e528f7
parentff4f89aab002eda88b341f3081160810fc57480a
Replace deviceWidth and deviceHeight to screenRect

[Title] Replace deviceWidth and deviceHeight to screenRect
[Issue] N/A
[Problem] When entered fullscreen, the font size is too small and abnormal.
[Cause] deviceWidth and deviceHeight value is changed by another patch.
[Solution] we should change to screenRect, because it is no longer used.

Change-Id: Id83857c9b59d7537f5d74ffc3e20f5d89f6b09ef
Source/WebCore/css/StyleResolver.cpp
Source/WebCore/html/shadow/MediaControlRootElement.cpp