X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGMaskElement.cpp;h=98343fbbd8f3164a7ccbe17c30901c040b8c5d0d;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=269157ada7eee7be9179b36e1d33de4b5afc7b87;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp b/src/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp index 269157a..98343fb 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp +++ b/src/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp @@ -38,11 +38,11 @@ BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGMaskElement) REGISTER_LOCAL_ANIMATED_PROPERTY(maskUnits) REGISTER_LOCAL_ANIMATED_PROPERTY(maskContentUnits) REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement) - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTests) END_REGISTER_ANIMATED_PROPERTIES inline SVGMaskElement::SVGMaskElement(Document& document) : SVGElement(SVGNames::maskTag, document) + , SVGTests(this) , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth))) , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight))) , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth)))