EFL port has supported to use ScrollingCoordinatorCoordinatedGraphics::requestScrollPositionUpdate() since r173785. When previous page is loaded, previous scroll position isn't restored because the scroll position is initialized even after previous page scroll position is restored by HistoryController. In order words, restored previous scroll position is initialized by somewhere invocation.
Reopening to attach new patch.