[webkit-reviews] review granted: [Bug 52499] Implement the "should paint bounds instead of indiviual rects" algorithm from WebKit1 : [Attachment 79034] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 17:13:01 PST 2011


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 52499: Implement the "should paint bounds instead of indiviual rects"
algorithm from WebKit1
https://bugs.webkit.org/show_bug.cgi?id=52499

Attachment 79034: Patch
https://bugs.webkit.org/attachment.cgi?id=79034&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79034&action=review

> WebKit2/WebProcess/WebPage/DrawingAreaImpl.cpp:184
> +    const float wastedSpaceThreshold = 0.75f;

You should use a double here and remove the f.


More information about the webkit-reviews mailing list