Bug 1560119: Remove DOMMatrix scaleNonUniformSelf() r=bzbarsky
We probably just can remove it given that no other implementations are there. Differential Revision: https://phabricator.services.mozilla.com/D36491
This commit is contained in:
@@ -807,15 +807,6 @@ DOMMatrix* DOMMatrix::Scale3dSelf(double aScale, double aOriginX,
|
||||
return this;
|
||||
}
|
||||
|
||||
DOMMatrix* DOMMatrix::ScaleNonUniformSelf(double aScaleX, double aScaleY,
|
||||
double aScaleZ, double aOriginX,
|
||||
double aOriginY, double aOriginZ) {
|
||||
ScaleSelf(aScaleX, Optional<double>(aScaleY), aScaleZ, aOriginX, aOriginY,
|
||||
aOriginZ);
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
DOMMatrix* DOMMatrix::RotateFromVectorSelf(double aX, double aY) {
|
||||
if (aX == 0.0 || aY == 0.0) {
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user