Bug 21072

Summary: Minor dirtyZOrderLists() cleanup
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, hyatt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch, changelog hyatt: review+

Simon Fraser (smfr)
Reported 2008-09-24 13:52:29 PDT
There are several places that do: RenderLayer* stackingContext = stackingContext(); if (stackingContext) stackingContext->dirtyZOrderLists(); This should be wrapped into a single method.
Attachments
Patch, changelog (4.97 KB, patch)
2008-09-24 13:57 PDT, Simon Fraser (smfr)
hyatt: review+
Simon Fraser (smfr)
Comment 1 2008-09-24 13:57:05 PDT
Created attachment 23762 [details] Patch, changelog
Dave Hyatt
Comment 2 2008-09-24 13:58:28 PDT
Comment on attachment 23762 [details] Patch, changelog r=me
Simon Fraser (smfr)
Comment 3 2008-09-24 14:08:35 PDT
Committed r36864 M WebCore/rendering/RenderObject.cpp M WebCore/rendering/RenderLayer.cpp M WebCore/rendering/RenderLayer.h M WebCore/ChangeLog r36864 = 557a047e17efaaa00f818db80aba502ad4469800 (trunk)
Note You need to log in before you can comment on or make changes to this bug.