Bug 149347

Summary: [Win] Use tiled drawing for main background layer
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Layout and RenderingAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch achristensen: review+

Brent Fulgham
Reported 2015-09-18 10:17:44 PDT
When compositing layers are used on Windows, a single large layer is created for the root of the rendering tree. If the markup involves creating large offscreen areas, WebKit can end up allocating a lot of memory. Instead, we should use the tiled drawing logic for the background layer so that we can limit the amount of memory used.
Attachments
Patch (8.82 KB, patch)
2015-09-18 10:26 PDT, Brent Fulgham
achristensen: review+
Radar WebKit Bug Importer
Comment 1 2015-09-18 10:18:27 PDT
Brent Fulgham
Comment 2 2015-09-18 10:26:49 PDT
Alex Christensen
Comment 3 2015-09-18 11:14:11 PDT
Comment on attachment 261505 [details] Patch r=me
Brent Fulgham
Comment 4 2015-09-18 11:23:42 PDT
Note You need to log in before you can comment on or make changes to this bug.