Bug 77622 - [CSS Filters] Disable the LayoutState for filtered elements
Summary: [CSS Filters] Disable the LayoutState for filtered elements
Status: RESOLVED DUPLICATE of bug 80323
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 76689
  Show dependency treegraph
 
Reported: 2012-02-02 03:58 PST by Alexandru Chiculita
Modified: 2012-03-28 16:33 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 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.
Comment 1 Alexandru Chiculita 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 ***