Fixed the problem that the screen is moved to the initial position when page was...
authorbunam.jeon <bunam.jeon@samsung.com>
Mon, 17 Jun 2013 10:29:03 +0000 (19:29 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 24 Jun 2013 15:22:17 +0000 (15:22 +0000)
commitd1eb00286ef8ec24316f8b95dc716215601f8179
tree6c1ab1dc26baff815f1e925c67b50cbebba1b396
parentf519457de9730f0c089c603813111f026ec80304
Fixed the problem that the screen is moved to the initial position when page was refreshed.

[Title] Fixed the problem that the screen is moved to the initial position when page was refreshed.
[Issue#] N/A
[Problem] The screen is moved to the initial position when page was refreshed.
[Cause] Coordinates for the restoration of the screen will not be saved.
[Solution] Modified to save the screen coordinates when ewk_view_reload.

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