bug 817454 - ensure PresContext's cached mAppUnitsPerDevPixel value is updated when backing resolution changes. r=roc

This commit is contained in:
Jonathan Kew 2013-02-07 00:19:01 +00:00
parent 1cfce68e53
commit 1d28c90cd6

View File

@ -811,6 +811,8 @@ nsPresContext::AppUnitsPerDevPixelChanged()
// All cached style data must be recomputed.
MediaFeatureValuesChanged(eAlwaysRebuildStyle, NS_STYLE_HINT_REFLOW);
}
mCurAppUnitsPerDevPixel = AppUnitsPerDevPixel();
}
void
@ -1403,8 +1405,6 @@ nsPresContext::SetFullZoom(float aZoom)
AppUnitsPerDevPixelChanged();
mSupressResizeReflow = false;
mCurAppUnitsPerDevPixel = AppUnitsPerDevPixel();
}
float