[WK2] Fix for fixed layer's wrong position for tizen.org
authorShanmuga Pandi M <shanmuga.m@samsung.com>
Tue, 15 Oct 2013 06:35:50 +0000 (12:05 +0530)
committerShanmuga Pandi M <shanmuga.m@samsung.com>
Tue, 15 Oct 2013 07:33:25 +0000 (13:03 +0530)
commit80d9dfdf660fcd997bfc02fc6a221bafc30f90b0
tree392a463ac88fe0d2f2e3c97cd764232096e694f8
parentff23af4019f09a8d9529a46ac1ec629b9157933f
[WK2] Fix for fixed layer's wrong position for tizen.org

[Title] Fix for fixed layer's wrong position for tizen.org
[issue#] N_SE-55082
[Problem] Display error occurs due to wrong position of fixed layer
[Cause] After navigating to new page, new scroll position(0,0) is not updated on webProcess side  and it is still having the old scroll position.
[Solution] Update the new scroll position immediatly while navigation by calling setVisibleContentsRect.
           This change is already there in private branch.
[Developer] shanmuga.m

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