[Webkit-unassigned] [Bug 68572] Create unit tests for LayerChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 19:08:36 PDT 2011


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





--- Comment #8 from Shawn Singh <shawnsingh at chromium.org>  2011-09-23 19:08:35 PST ---
One more issue arose with the semantics of LayerChromium:

in setNeedsDisplay( dirtyRect ), we are calling unite(dirtyRect).  This means that an empty dirty rect can cause the united dirty rect to be larger.

Is this important for some reason?  Can we change it to uniteIfNonZero(...) instead?

Once this and all the other questions are answered, I'll go ahead and submit another patch.

Thanks!

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