[Webkit-unassigned] [Bug 99829] OpenCL version of SourceAlpha, SourceGraphics and FETurbulence filter effects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 03:33:19 PST 2012


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





--- Comment #19 from Zoltan Herczeg <zherczeg at webkit.org>  2012-11-23 03:35:22 PST ---
> > Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:114
> > +    StitchData stitchData;
> > +    stitchData.width = 0;
> > +    stitchData.wrapX = 0;
> > +    stitchData.height = 0;
> > +    stitchData.wrapY = 0;
> 
> How about StitchData stitchData = { 0, 0, 0, 0 };?

C++ preprocessor will complain abut it, since comma is also an argument separator for the preprocessor.

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