[Webkit-unassigned] [Bug 32080] Make it possible to keep track of scrolls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 13:10:28 PST 2009


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-12-02 13:10:27 PST ---
(In reply to comment #1)
> (From update of attachment 44169 [details])
> When is canBlitOnScroll() going to return true, but scroll() return false?

the return bool says whether you handled it or not. Some platforms might want
to always repaint, and thus ignore the scroll.

But for me it is ok to remove this part and not let it return anything.

> I don't really like how this patch adds a second way that 'can blit' is
> affected.

Sorry I didn't get you here

>I also don't like seeing a boolean parameter that is hard to read at
> the call site.

referring to the return value again?

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