| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| index cfc89b1f9dea0f2c00bd4d78ab3f3f9c90f8db39..46ca283264261c4995b25928604061bf1c995ec3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| @@ -38,8 +38,8 @@ inline SVGPatternElement::SVGPatternElement(Document& document)
|
| , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(SVGLengthMode::Width)))
|
| , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(SVGLengthMode::Height)))
|
| , m_patternTransform(SVGAnimatedTransformList::create(this, SVGNames::patternTransformAttr, SVGTransformList::create()))
|
| - , m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX))
|
| - , m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
|
| + , m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternUnitsAttr, SVGUnitTypes::kSvgUnitTypeObjectboundingbox))
|
| + , m_patternContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::patternContentUnitsAttr, SVGUnitTypes::kSvgUnitTypeUserspaceonuse))
|
| {
|
| addToPropertyMap(m_x);
|
| addToPropertyMap(m_y);
|
|
|