Bug 60417

Summary: Fix layer names to say "tiled" and show CALayer addresses, not PlatformCALayer addresses
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Chris Marrin 2011-05-06 16:41:09 PDT
From <rdar://problem/9387092>

We should fix layer names to say "tiled" and show CALayer addresses, not PlatformCALayer addresses, to make debugging easier. I've been confused by the lack of "tiled" in CA_PRINT_TREE output several times now.
Comment 1 Chris Marrin 2011-05-06 16:57:10 PDT
Created attachment 92659 [details]
Patch
Comment 2 Chris Marrin 2011-05-09 06:51:48 PDT
Committed r86051: <http://trac.webkit.org/changeset/86051>