Bug 52499

Summary: Implement the "should paint bounds instead of indiviual rects" algorithm from WebKit1
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

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.