| Index: third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.h b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| index bf5e3c26ba8c59d247cf5400b62f357d72c26ff2..03db5835f4e184934c0d33745f746b6c8d29bb34 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| @@ -129,7 +129,9 @@ class SVGResources {
|
| // clipper: 'container elements' and 'graphics elements'
|
| // filter: 'container elements' and 'graphics elements'
|
| // masker: 'container elements' and 'graphics elements'
|
| - // -> a, circle, defs, ellipse, glyph, g, image, line, marker, mask, missing-glyph, path, pattern, polygon, polyline, rect, svg, switch, symbol, text, use
|
| + // -> a, circle, defs, ellipse, glyph, g, image, line, marker, mask,
|
| + // missing-glyph, path, pattern, polygon, polyline, rect, svg, switch, symbol,
|
| + // text, use
|
| struct ClipperFilterMaskerData {
|
| USING_FAST_MALLOC(ClipperFilterMaskerData);
|
|
|
| @@ -167,7 +169,8 @@ class SVGResources {
|
| // From SVG 1.1 2nd Edition
|
| // fill: 'shapes' and 'text content elements'
|
| // stroke: 'shapes' and 'text content elements'
|
| - // -> circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
|
| + // -> circle, ellipse, line, path, polygon, polyline, rect, text, textPath,
|
| + // tspan
|
| struct FillStrokeData {
|
| USING_FAST_MALLOC(FillStrokeData);
|
|
|
|
|