WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
22916
Fix O(n^2) clip rects computation when painting deep reflection content
https://bugs.webkit.org/show_bug.cgi?id=22916
Summary
Fix O(n^2) clip rects computation when painting deep reflection content
Simon Fraser (smfr)
Reported
2008-12-18 09:39:34 PST
Bug 22570
fixed issues with cached clip rects and reflection painting by computing the clip rects on the fly when painting reflections (which has to be done because there's a temporary shift in the rootLayer). However, while painting that reflected content, each layer is going to recompute its clip rects all the way from the root, which is O(n^2).
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug