RESOLVED DUPLICATE of bug 80323 Bug 77622
[CSS Filters] Disable the LayoutState for filtered elements
https://bugs.webkit.org/show_bug.cgi?id=77622
Summary [CSS Filters] Disable the LayoutState for filtered elements
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.