[Webkit-unassigned] [Bug 63064] Apply the ParallelJobs support to FEMorphology

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 04:54:55 PDT 2011


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





--- Comment #20 from Gabor Loki <loki at webkit.org>  2011-06-30 04:54:55 PST ---
(From update of attachment 99242)
View in context: https://bugs.webkit.org/attachment.cgi?id=99242&action=review

> Source/WebCore/platform/graphics/filters/FEMorphology.cpp:122
> +                unsigned char columnExtrema = srcPixelArray->get(yStart * effectWidth  + 4 * x + clrChannel);

There was a typo in this line. The extremaStartY should have been used here instead of yStart. I guess it was a typo, because you used extrameStartY in a right way below.

Anyway, the fix is landed in r90105 and the bug 63692 is closed as well.

-- 
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