[Webkit-unassigned] [Bug 130779] FEGaussianBlur: unify and const-ify calculateKernelSize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 10:50:06 PDT 2014


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





--- Comment #4 from Adenilson Cavalcanti Silva <savagobr at yahoo.com>  2014-03-26 10:50:24 PST ---
FilterEffect() provides the filter and it uses a pointer as constructor parameter (which can be null).

But we can have a const pointer, since applyVerticalScale/HorizontalScale() are const methods.

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