mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
bug 817454 - ensure PresContext's cached mAppUnitsPerDevPixel value is updated when backing resolution changes. r=roc
This commit is contained in:
parent
9ddf7fda2f
commit
17f8d8db67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user