[Webkit-unassigned] [Bug 45750] [EFL] Move backing-store contents on slow scrolls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 11:25:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45750





--- Comment #4 from João Paulo Rechi Vita <jprvita at profusion.mobi>  2010-09-14 11:25:18 PST ---
In order to make slow inner-frame scrolls faster, we want to use ewk_view_scroll() [0] to handle slow scrolls. It basically adds the scroll request to a scroll-requests array that is latter processed by _ewk_view_single_scroll_process_single() [1], which analyzes the scroll direction and offset (using the information provided through scrollDelta) and move the backing-store contents that are still going to be visible in the scrolled direction, so we're left with a smaller area to repaint.

[0] WebKit/efl/ewk/ewk_view.cpp
[1] WebKit/efl/ewk/ewk_view_single.c

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list