Bug 120142

Summary: When compositing layers are removed, we can repaint the wrong layer 3 times
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://bugs.webkit.org/attachment.cgi?id=209310

Simon Fraser (smfr)
Reported 2013-08-21 16:36:59 PDT
RenderLayerCompositor::layerWillBeRemoved() gets called 3 times when a single RenderLayer is being removed, and those 3 repaints can go into wrong layer, because teh compositing ancestor is not the layer that the renderer will go into now it no longer has a layer (it may go into a previous sibling).
Attachments
Note You need to log in before you can comment on or make changes to this bug.