Update scroll position immediately after resizing view
authorChanghyup Jwa <ch.jwa@samsung.com>
Wed, 7 Aug 2013 07:30:04 +0000 (16:30 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 8 Aug 2013 02:19:25 +0000 (02:19 +0000)
commitafc09756ab52641177e6a5571c1257643b5aa620
tree97300e7bc44de10c9ed4367d2b4e76292496ab94
parent8546ad14092b4e0398e26087de0c340f2478a31e
Update scroll position immediately after resizing view

[Title] Update scroll position immediately after resizing view
[Issue#] SE-48357
[Problem] NPRuntime has white space at the bottom for a while after click button
[Cause] Scroll position is not updated immediately after resizing view
        It was fixed before but missed by another patch
[Solution] Update scroll position immediately after resizing view

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