mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
b900f1cf11
commit
0be6e2dbe3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user