[webkit-reviews] review granted: [Bug 74891] Blur filter doesn't invalidate enough : [Attachment 120408] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 23 08:03:55 PST 2011


Darin Adler <darin at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 74891: Blur filter doesn't invalidate enough
https://bugs.webkit.org/show_bug.cgi?id=74891

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=120408&action=review


> Source/WebCore/rendering/RenderBox.cpp:1581
> +	   LayoutUnit topOutset;
> +	   LayoutUnit rightOutset;
> +	   LayoutUnit bottomOutset;
> +	   LayoutUnit leftOutset;
> +	   style()->filter().getOutsets(topOutset, rightOutset, bottomOutset,
leftOutset);

Reads like an argument for an outsets struct.


More information about the webkit-reviews mailing list