Bug 50968 - Composited layer clones for reflections never get removed
Summary: Composited layer clones for reflections never get removed
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 13:52 PST by Simon Fraser (smfr)
Modified: 2010-12-13 13:52 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) 2010-12-13 13:52:20 PST
GraphicsLayerCA cached clones of CA layers for reflections on composited layers. Those never actually get released until the GraphicsLayer goes away. However, they are cheap because they share backing store with the actual layers.