Fix orientation angle value
authorChanghyup Jwa <ch.jwa@samsung.com>
Wed, 22 May 2013 06:21:19 +0000 (15:21 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 4 Jun 2013 08:11:53 +0000 (17:11 +0900)
commit001d6a9ea8babd42c242199a837c3ec4fb5d1264
treeef3608a63826cb052153ba4cf4629f4c9c7cb4f9
parent8d40ab5db67a16df1c80c05845a25058f4774bb6
Fix orientation angle value

[Title] Fix orientation angle value
[Issue#] N/A (TC fail)
[Problem] On secondary landscape mode, screen width and height are incorrect
[Cause] WebKit's secondary landscape mode's orientation value is -90, but
        currently screen rect is handling 270 only
[Solution] Use -90 instead of 270

Change-Id: I843a0ed827fe37252990fc516e7696064af8e369
Source/WebCore/platform/efl/PlatformScreenEfl.cpp