[Webkit-unassigned] [Bug 40377] [Qt] When Qt graphicslayer gets a setNeedsDisplay (ie all) it shouldn't record the rect then

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 10:15:12 PDT 2010


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





--- Comment #9 from Sam Magnuson <smagnuson at netflix.com>  2010-06-14 10:15:12 PST ---
This patch will do for me, I like that recache() doesn't require the same (semi-redundant) region. However, it seems dubious (to me) that you clear out the regionToUpdate and updateAll members in recache, and thus have to call update first. Maybe just as well to pass a flag to recache that tells it to do the update at the end? 

In any event this looks to achieve the same as my proposed patch, thanks.

//Sam

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