Bug 50404 - Change PlatformLayer to PlatformLayerRef for clarity
Summary: Change PlatformLayer to PlatformLayerRef for clarity
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 11:49 PST by Chris Marrin
Modified: 2010-12-02 11:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2010-12-02 11:49:23 PST
Today, it's not clear if PlatformLayer is a thing or a pointer to that thing. We should change all occurrences to PlatformLayerRef to make it clear it is a pointer to the thing. Then we would define it as (on Mac for instance):

    typedef CALayer* PlatformLayerRef