Device aspect ratio is changed as opposite direction
authorRyuan Choi <ryuan.choi@samsung.com>
Mon, 26 Aug 2013 07:21:36 +0000 (16:21 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Thu, 29 Aug 2013 08:01:25 +0000 (17:01 +0900)
commitc5fb7170d3cde54ad20558641aceea5260dea280
tree776055f7e8240c34cc53b843ba59f92654623508
parent876d703d2290f73153882ef2628786b201040a1d
Device aspect ratio is changed as opposite direction

[Title] Device aspect ratio is changed as opposite direction
[Issue#] N/A
[Problem] When rotated to landscape, portait value is shown.
[Cause] We should layout after changed orientation value.
        If not ,layout() uses wrong orientation value while checking whether media query was changed or not.
[Solution] Moved sendOrientationEvent related change.

Change-Id: I7e9cd40d9c3667165c4e620286ca51a0fbf20ed0
Source/WebKit2/WebProcess/WebPage/WebPage.cpp