[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:40:21 PST 2012


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





--- Comment #21 from Matt Arsenault <arsenm2 at gmail.com>  2012-11-23 03:42:24 PST ---
(In reply to comment #19)
> > > 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.

If your stringify macro is #define STRINGIFY(...) # __VA_ARGS__ it should work

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