[Webkit-unassigned] [Bug 21072] New: Minor dirtyZOrderLists() cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 24 13:52:29 PDT 2008


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

           Summary: Minor dirtyZOrderLists() cleanup
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com


There are several places that do:

    RenderLayer* stackingContext = stackingContext();
    if (stackingContext)
        stackingContext->dirtyZOrderLists();

This should be wrapped into a single method.


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



More information about the webkit-unassigned mailing list