[webkit-reviews] review requested: [Bug 35020] Move SVGResources to Renderers, starting with Masker : [Attachment 48866] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 00:00:15 PST 2010


Dirk Schulze <krit at webkit.org> has asked  for review:
Bug 35020: Move SVGResources to Renderers, starting with Masker
https://bugs.webkit.org/show_bug.cgi?id=35020

Attachment 48866: Patch
https://bugs.webkit.org/attachment.cgi?id=48866&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
We have rendering specific code in WebCore/svg/graphics. The goal is to move
this code into suitable Renderers. This helps us to clean up the code and makes
maintenance easier. It also makes it possible to remove rendering specific code
from SVG*Elements into this renderers. So the Renderer contains evet is needed
to use the resource. This patch starts moving SVGResourceMasker to
RenderSVGResourceMasker.


More information about the webkit-reviews mailing list