[Webkit-unassigned] [Bug 52200] Small filter primitive renderer improvements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 17 06:47:29 PST 2011


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





--- Comment #12 from Zoltan Herczeg <zherczeg at webkit.org>  2011-01-17 06:47:29 PST ---
> > Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h:57
> > +    inline PassRefPtr<FilterEffect> getEffectByRenderer(RenderObject* object) { return m_effectRenderer.get(object); }
> 
> You're not calling this function anywhere, as far as I can see. Why did you add this here? 

We need this function to find the filter primitive objects for each renderer when they are repainted. Since the FilterEffect objects store the arguments by themself, we need to call their setters with the new value.

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