Bug 77386

Summary: [Chromium] Inline vector sizes for Regions/Vectors used in paint culling
Product: WebKit Reporter: Dana Jansens <danakj>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 76858    
Bug Blocks:    

Dana Jansens
Reported 2012-01-30 16:50:48 PST
[Chromium] Inline vector sizes for Regions for paint culling
Attachments
Dana Jansens
Comment 1 2012-01-30 17:10:46 PST
Some thoughts. Build aura and see how many RenderSurfaces you get in the Browser-side compositor when you open up 9 windows and play around with the WM. How many spans/segments do you get in each Region?
Dana Jansens
Comment 2 2012-01-30 17:20:46 PST
For the Region, andersca suggested 32 segments and 16 spans would make good inline values, in https://bugs.webkit.org/show_bug.cgi?id=72294.
Dana Jansens
Comment 3 2012-01-31 17:39:08 PST
Landed the Region::contains() CL #72294 which adds inline sizes to the Region vectors.
Note You need to log in before you can comment on or make changes to this bug.