[webkit-reviews] review granted: [Bug 90087] [CSS Filters] Blur filter is not repainted correctly when applied on a parent of a fixed element : [Attachment 149831] Patch V1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 10:48:53 PDT 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Chiculita Alexandru
<achicu at adobe.com>'s request for review:
Bug 90087: [CSS Filters] Blur filter is not repainted correctly when applied on
a parent of a fixed element
https://bugs.webkit.org/show_bug.cgi?id=90087

Attachment 149831: Patch V1
https://bugs.webkit.org/attachment.cgi?id=149831&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=149831&action=review


> Source/WebCore/page/FrameView.cpp:1466
> +	   if (renderBox->layer() &&
renderBox->layer()->hasParentWithFilterOutsets()) {

This could be a little slow because it has to run up the tree every time. Maybe
we should add a 'hasFilteredAncestor' bit somewhere in future.


More information about the webkit-reviews mailing list