Fix incorrect window.innerHeight issue on launching WebApp
authorChanghyup Jwa <ch.jwa@samsung.com>
Wed, 10 Apr 2013 12:56:11 +0000 (21:56 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 15 Apr 2013 02:39:56 +0000 (11:39 +0900)
commit2a35f099909f4b453ec3a0dedad338e36fe0c6bd
tree4fc6aa4e0716f3d8121b46b5bde7c27d1f2f7e14
parent2f75dbd04ee40d6782b0ed3606c632035e95f24a
Fix incorrect window.innerHeight issue on launching WebApp

[Title] Fix incorrect window.innerHeight issue on launching WebApp
[Issue#] N_SE33672
[Problem] Sometimes initial window.innerHeight is bigger than normal value
[Cause] Basically rendering process runs before view size is fixed.
        And PageClientImpl tries to update visible content rect
[Solution] Change initial m_pageDidRendered value to true

Change-Id: Ie0399179d81a3df8f3de4c8d24b56c437fe166f0
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp