mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
WIP removing border, margin & padding from nsStyleMolecule
This commit is contained in:
parent
dd4303f5d4
commit
fdc0e3f023
@ -121,19 +121,16 @@ struct nsStyleList : public nsStyleStruct {
|
||||
{0x05fb99f0, 0xca9c, 0x11d1, {0x80, 0x31, 0x00, 0x60, 0x08, 0x15, 0x9b, 0x5a}}
|
||||
|
||||
struct nsStyleMolecule : public nsStyleStruct {
|
||||
PRUint8 borderSizeFlags[4];
|
||||
nsMargin border;
|
||||
PRUint8 borderStyle[4];
|
||||
nscolor borderColor[4];
|
||||
nsMargin border; // in table (cell layout data)
|
||||
PRUint8 clear;
|
||||
PRUint8 clipFlags;
|
||||
PRUint8 cursor;
|
||||
PRUint8 display;
|
||||
PRUint8 direction;
|
||||
PRUint8 floats;
|
||||
nsMargin margin;
|
||||
nsMargin padding;
|
||||
nsMargin borderPadding;
|
||||
nsMargin margin; //
|
||||
nsMargin padding; // in table (cell layout data)
|
||||
nsMargin borderPadding; //
|
||||
PRUint32 textDecoration;
|
||||
PRUint8 textAlign;
|
||||
PRInt32 whiteSpace;
|
||||
|
Loading…
Reference in New Issue
Block a user