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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 08:41:56 PST 2011


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





--- Comment #25 from Zoltan Herczeg <zherczeg at webkit.org>  2011-01-21 08:41:55 PST ---
(In reply to comment #24)
> (From update of attachment 79729 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=79729&action=review
> 
> > Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp:108
> > +        primitiveAttributeChanged(attrName);
> 
> Did you miss my comment about calling the renderer directly here? https://bugs.webkit.org/show_bug.cgi?id=52200#c18

Hm? Perhaps I misunderstood you, but I added a

inline void primitiveAttributeChanged(const QualifiedName& attribute)
{
if (RenderObject* primitiveRenderer = renderer())
    static_cast<RenderSVGResourceFilterPrimitive*>
      (primitiveRenderer)->primitiveAttributeChanged(attribute);
}

to the SVGFilterPrimitiveStandardAttributes.h. Would you prefer this in a different way?

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