initialize member variables to 0
git-svn-id: svn://10.0.0.236/trunk@9833 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
526d344aad
commit
b945f26976
@ -79,6 +79,10 @@ struct nsReflowMetrics {
|
||||
maxElementSize = aMaxElementSize;
|
||||
posTopMargin = 0;
|
||||
posBottomMargin = 0;
|
||||
width = 0;
|
||||
height = 0;
|
||||
ascent = 0;
|
||||
descent = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -79,6 +79,10 @@ struct nsReflowMetrics {
|
||||
maxElementSize = aMaxElementSize;
|
||||
posTopMargin = 0;
|
||||
posBottomMargin = 0;
|
||||
width = 0;
|
||||
height = 0;
|
||||
ascent = 0;
|
||||
descent = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user