Bug 1066713 follow-up - Fix C&P error to get the variable names right.

This commit is contained in:
Jonathan Watt 2014-12-04 18:23:54 -08:00
parent 7a66508d5a
commit a1411566af

View File

@ -565,7 +565,7 @@ nsLayoutUtils::ComputeSuitableScaleForAnimation(nsIContent* aContent)
if (maxScale.width == std::numeric_limits<gfxFloat>::min()) {
// We didn't encounter a transform
aMaxScale = aMinScale = gfxSize(1.0, 1.0);
maxScale = minScale = gfxSize(1.0, 1.0);
}
return gfxSize(GetSuitableScale(maxScale.width, minScale.width),