Bug 1540408 Part 3 - Rename SVGViewBoxRect to SVGViewBox r=dholbert

This commit is contained in:
longsonr
2019-04-10 05:08:14 +01:00
parent 8eec04afdb
commit 632c5be54b
23 changed files with 140 additions and 130 deletions

View File

@@ -279,7 +279,8 @@ SVGElement::LengthAttributesInfo SVGImageElement::GetLengthInfo() {
ArrayLength(sLengthInfo));
}
SVGAnimatedPreserveAspectRatio* SVGImageElement::GetPreserveAspectRatio() {
SVGAnimatedPreserveAspectRatio*
SVGImageElement::GetAnimatedPreserveAspectRatio() {
return &mPreserveAspectRatio;
}