[Webkit-unassigned] [Bug 50404] New: Change PlatformLayer to PlatformLayerRef for clarity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 11:49:23 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50404

           Summary: Change PlatformLayer to PlatformLayerRef for clarity
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmarrin at apple.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list