[webkit-reviews] review granted: [Bug 106221] [SVG] Cached filter results are not invalidated on repaint rect change : [Attachment 188405] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 17:06:21 PST 2013


Dean Jackson <dino at apple.com> has granted Florin Malita
<fmalita at chromium.org>'s request for review:
Bug 106221: [SVG] Cached filter results are not invalidated on repaint rect
change
https://bugs.webkit.org/show_bug.cgi?id=106221

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

------- Additional Comments from Dean Jackson <dino at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=188405&action=review


> Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp:372
> +    FilterData* filterData = m_filter.get(object);
> +
> +    return filterData ? filterData->drawingRegion : FloatRect();
> +}

Super nit: remove that blank line :)


More information about the webkit-reviews mailing list