[Webkit-unassigned] [Bug 94508] New: RenderLayer::paintLayerContents replace paint phase bit mask with enumeration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 12:02:40 PDT 2012


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

           Summary: RenderLayer::paintLayerContents replace paint phase
                    bit mask with enumeration
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: simon.fraser at apple.com, achicu at adobe.com


The rendering code is using a bit mask for the different paint phases. It might be more clear to use an enumeration instead, since painting operations are exclusively.

-- 
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