RESOLVED FIXED 52499
Implement the "should paint bounds instead of indiviual rects" algorithm from WebKit1
https://bugs.webkit.org/show_bug.cgi?id=52499
Summary Implement the "should paint bounds instead of indiviual rects" algorithm from...
Anders Carlsson
Reported 2011-01-14 17:05:41 PST
Implement the "should paint bounds instead of indiviual rects" algorithm from WebKit1
Attachments
Patch (2.54 KB, patch)
2011-01-14 17:07 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-01-14 17:07:32 PST
Sam Weinig
Comment 2 2011-01-14 17:13:01 PST
Comment on attachment 79034 [details] Patch 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.
Anders Carlsson
Comment 3 2011-01-14 17:19:06 PST
Note You need to log in before you can comment on or make changes to this bug.