[webkit-reviews] review denied: [Bug 73029] SVG Gaussian blur in 1-dimension is incorrect : [Attachment 117238] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 12:11:51 PST 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Florin Malita
<fmalita at google.com>'s request for review:
Bug 73029: SVG Gaussian blur in 1-dimension is incorrect
https://bugs.webkit.org/show_bug.cgi?id=73029

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

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


> Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:124
> +	       std::swap(src, dst);

We normally put a 'using namespace std' at the top of the file and then drop
the namespace here.


More information about the webkit-reviews mailing list