| Index: third_party/WebKit/Source/core/svg/GradientAttributes.h
|
| diff --git a/third_party/WebKit/Source/core/svg/GradientAttributes.h b/third_party/WebKit/Source/core/svg/GradientAttributes.h
|
| index 251194c5adc88a00119a3f756b7d3c6ded953640..0b30a32a9a4ad0afac4d96b61c0e60a0c7b29f45 100644
|
| --- a/third_party/WebKit/Source/core/svg/GradientAttributes.h
|
| +++ b/third_party/WebKit/Source/core/svg/GradientAttributes.h
|
| @@ -29,7 +29,7 @@ struct GradientAttributes {
|
| DISALLOW_NEW();
|
| GradientAttributes()
|
| : m_spreadMethod(SVGSpreadMethodPad)
|
| - , m_gradientUnits(SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)
|
| + , m_gradientUnits(SVGUnitTypes::kSvgUnitTypeObjectboundingbox)
|
| , m_spreadMethodSet(false)
|
| , m_gradientUnitsSet(false)
|
| , m_gradientTransformSet(false)
|
|
|