| Index: Source/core/rendering/style/SVGRenderStyleDefs.h
|
| diff --git a/Source/core/rendering/style/SVGRenderStyleDefs.h b/Source/core/rendering/style/SVGRenderStyleDefs.h
|
| index 0c5cf769524551ea82b678715b5edb4fc24f29f0..b134e8e91d75b1e1a4ec344c4b9bc96cabf0ef20 100644
|
| --- a/Source/core/rendering/style/SVGRenderStyleDefs.h
|
| +++ b/Source/core/rendering/style/SVGRenderStyleDefs.h
|
| @@ -38,15 +38,12 @@
|
| namespace blink {
|
|
|
| enum SVGPaintType {
|
| - SVG_PAINTTYPE_UNKNOWN,
|
| SVG_PAINTTYPE_RGBCOLOR,
|
| - SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR,
|
| SVG_PAINTTYPE_NONE,
|
| SVG_PAINTTYPE_CURRENTCOLOR,
|
| SVG_PAINTTYPE_URI_NONE,
|
| SVG_PAINTTYPE_URI_CURRENTCOLOR,
|
| SVG_PAINTTYPE_URI_RGBCOLOR,
|
| - SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR,
|
| SVG_PAINTTYPE_URI
|
| };
|
|
|
|
|