Bug 60417 - Fix layer names to say "tiled" and show CALayer addresses, not PlatformCALayer addresses
Summary: Fix layer names to say "tiled" and show CALayer addresses, not PlatformCALaye...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-05-06 16:41 PDT by Chris Marrin
Modified: 2011-05-09 06:51 PDT (History)
0 users

See Also:


Attachments
Patch (2.50 KB, patch)
2011-05-06 16:57 PDT, Chris Marrin
darin: review+
Details | Formatted Diff | Diff

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