Added mOverflow to nsStylePosition
git-svn-id: svn://10.0.0.236/trunk@637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -218,6 +218,7 @@ struct StylePositionImpl: public nsStylePosition {
|
||||
StylePositionImpl(void)
|
||||
{
|
||||
mPosition = NS_STYLE_POSITION_STATIC;
|
||||
mOverflow = NS_STYLE_OVERFLOW_VISIBLE;
|
||||
mLeftOffsetFlags = NS_STYLE_POSITION_VALUE_AUTO;
|
||||
mLeftOffset = 0;
|
||||
mTopOffsetFlags = NS_STYLE_POSITION_VALUE_AUTO;
|
||||
|
||||
Reference in New Issue
Block a user