Bug 1224403 (part 3) - Make mNonClientOffset a LayoutDeviceIntMargin. r=kats.

Surprisingly enough, this requires no other changes, because it's only ever
accessed on a per-field basis, rather than the entire struct at once.
This commit is contained in:
Nicholas Nethercote 2015-11-11 20:04:01 -08:00
parent 92d3c8eb1b
commit 9172fc3129

View File

@ -515,7 +515,7 @@ protected:
// Non-client margin settings
// Pre-calculated outward offset applied to default frames
nsIntMargin mNonClientOffset;
mozilla::LayoutDeviceIntMargin mNonClientOffset;
// Margins set by the owner
nsIntMargin mNonClientMargins;
// Margins we'd like to set once chrome is reshown: