Avoid unnecessary initial function call(setVisibleContentRect)
authorChanghyup Jwa <ch.jwa@samsung.com>
Sun, 4 Aug 2013 23:55:51 +0000 (08:55 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 5 Aug 2013 05:06:31 +0000 (05:06 +0000)
commit665f6b756b74c2466e4785033392da36eaa80bd8
treed2819a0cd7dd4bab9de0ed060a2b784c49ae2d9c
parent09b03fcb9f9a86b8f86405ba0e2ae220f440b641
Avoid unnecessary initial function call(setVisibleContentRect)

[Title] Avoid unnecessary initial function call(setVisibleContentRect)
[Issue#] SE-45071
[Problem] JS window.innerHeight sometimes returns incorrect value
[Cause] There was unnecessary and incorrect function call before page rendering
[Solution] Remove this function call before page rendering

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