[Webkit-unassigned] [Bug 73029] SVG Gaussian blur in 1-dimension is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 11:04:46 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73029


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #117213|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #10 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-11-30 11:04:46 PST ---
(From update of attachment 117213)
View in context: https://bugs.webkit.org/attachment.cgi?id=117213&action=review

> Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:126
> +            ByteArray* tmp = src;
> +            src = dst;
> +            dst = tmp;

I think you could use std::swap<>here.

> Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:134
> +            ByteArray* tmp = src;
> +            src = dst;
> +            dst = tmp;

Ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list