Fix the problem that the screen of the application does not rotation automatically.
authorbunam.jeon <bunam.jeon@samsung.com>
Wed, 3 Jul 2013 06:31:24 +0000 (15:31 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 9 Jul 2013 05:52:19 +0000 (05:52 +0000)
commit963e7f2dde53aad71e766f37975f17f6a5aff09c
tree97a6e4289c91c463bd727178d3f62cd9723d8b0f
parent990b125a160f1cab3212af4c59d3f41cc7a07a9f
Fix the problem that the screen of the application does not rotation automatically.

[Title] Fix the problem that the screen of the application does not rotation automatically.
[Issue#] N/A
[Problem] It is not rotated automatically and the screen is not updated.
  When you rotate to landscape mode, then the screen is updated and recovered.
[Cause] App is hidden and when the device is rotated, disregard to updateViewportSize.
[Solution] If app is hidden, defer to updateViewportSize.

Change-Id: Ifee20dfe5dde443ae9528701c221af2994a63e51
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp