зеркало из https://github.com/mozilla/pjs.git
Bug 389949: Bustage fix
This commit is contained in:
Родитель
764c81fa8a
Коммит
45c2d943cb
|
@ -535,7 +535,7 @@ public:
|
|||
POINTS_PER_INCH_FLOAT); }
|
||||
float AppUnitsToPoints(nscoord aAppUnits) const
|
||||
{ return (float)aAppUnits / mDeviceContext->AppUnitsPerInch() *
|
||||
POINTS_PER_INCH_FLOAT); }
|
||||
POINTS_PER_INCH_FLOAT; }
|
||||
|
||||
nscoord RoundAppUnitsToNearestDevPixels(nscoord aAppUnits) const
|
||||
{ return DevPixelsToAppUnits(AppUnitsToDevPixels(aAppUnits)); }
|
||||
|
|
Загрузка…
Ссылка в новой задаче