зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1066713 follow-up - Fix C&P error to get the variable names right.
This commit is contained in:
Родитель
7a66508d5a
Коммит
a1411566af
|
@ -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),
|
||||
|
|
Загрузка…
Ссылка в новой задаче