Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
index 449ca8f970731472b581135d5a91775335fe4879..8195ba31d72b8fc707b5efdb782109c974cf9932 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
@@ -48,6 +48,7 @@ void SVGPreserveAspectRatioTearOff::setAlign(unsigned short align, ExceptionStat |
} |
target()->setAlign(static_cast<SVGPreserveAspectRatio::SVGPreserveAspectRatioType>(align)); |
+ commitChange(); |
} |
void SVGPreserveAspectRatioTearOff::setMeetOrSlice(unsigned short meetOrSlice, ExceptionState& exceptionState) |
@@ -62,6 +63,7 @@ void SVGPreserveAspectRatioTearOff::setMeetOrSlice(unsigned short meetOrSlice, E |
} |
target()->setMeetOrSlice(static_cast<SVGPreserveAspectRatio::SVGMeetOrSliceType>(meetOrSlice)); |
+ commitChange(); |
} |
SVGPreserveAspectRatioTearOff::SVGPreserveAspectRatioTearOff(SVGPreserveAspectRatio* target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) |