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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 19:54:43 PDT 2010


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





--- Comment #7 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-09-29 19:54:43 PST ---
(In reply to comment #4)
> 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

Nice comment, why is this not in the ChangeLog???

-- 
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