Bug 77622

Summary: [CSS Filters] Disable the LayoutState for filtered elements
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 76689    

Alexandru Chiculita
Reported 2012-02-02 03:58:49 PST
Filtered elements need to control the repaint rectangle because of the outsets that some filters need (ie. blur, drop-shadow). There's some code in RenderBox::computeRectForRepaint (and RenderInline::computeRectForRepaint) that handles that, but when a LayoutState is enabled, a faster path is used instead. Disable the fast-path for filtered elements like we do for transforms.
Attachments
Alexandru Chiculita
Comment 1 2012-03-28 16:33:55 PDT
80323 will remove the need to disable layout state. *** This bug has been marked as a duplicate of bug 80323 ***
Note You need to log in before you can comment on or make changes to this bug.