Bug 22916 - Fix O(n^2) clip rects computation when painting deep reflection content
Summary: Fix O(n^2) clip rects computation when painting deep reflection content
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 09:39 PST by Simon Fraser (smfr)
Modified: 2008-12-18 09:39 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 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).