зеркало из https://github.com/mozilla/gecko-dev.git
changed nsStypePosition to use nsStyleCoord
This commit is contained in:
Родитель
5a5cb58738
Коммит
349e809427
|
@ -139,17 +139,12 @@ struct nsStylePosition : public nsStyleStruct {
|
||||||
PRUint8 mOverflow; // see nsStyleConsts.h
|
PRUint8 mOverflow; // see nsStyleConsts.h
|
||||||
PRUint8 mClipFlags; // see nsStyleConsts.h
|
PRUint8 mClipFlags; // see nsStyleConsts.h
|
||||||
|
|
||||||
PRUint8 mLeftOffsetFlags; // see nsStyleConsts.h
|
nsStyleCoord mLeftOffset;
|
||||||
PRUint8 mTopOffsetFlags; // see nsStyleConsts.h
|
nsStyleCoord mTopOffset;
|
||||||
PRUint8 mWidthFlags; // see nsStyleConsts.h
|
nsStyleCoord mWidth;
|
||||||
PRUint8 mHeightFlags; // see nsStyleConsts.h
|
nsStyleCoord mHeight;
|
||||||
|
|
||||||
nscoord mLeftOffset;
|
nsStyleCoord mZIndex;
|
||||||
nscoord mTopOffset;
|
|
||||||
nscoord mWidth;
|
|
||||||
nscoord mHeight;
|
|
||||||
|
|
||||||
PRInt32 mZIndex;
|
|
||||||
nsMargin mClip; // offsets from respective edge
|
nsMargin mClip; // offsets from respective edge
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче