Bug 50404

Summary: Change PlatformLayer to PlatformLayerRef for clarity
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: NEW ---    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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