This commit is contained in:
bmlk%gmx.de 2004-08-31 19:26:37 +00:00
Родитель 5d3ccc2a20
Коммит d5cfd51a13
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -194,7 +194,7 @@ struct nsHTMLReflowMetrics {
* so we need to report 0 otherwise the incr. reflow will fail
* @param aWidthUnit - the width unit from the corresponding reflowstate
*/
void nsHTMLReflowMetrics::SetMEWToActualWidth(nsStyleUnit aWidthUnit) {
void SetMEWToActualWidth(nsStyleUnit aWidthUnit) {
if (aWidthUnit != eStyleUnit_Percent) {
mMaxElementWidth = width;
} else {

Просмотреть файл

@ -194,7 +194,7 @@ struct nsHTMLReflowMetrics {
* so we need to report 0 otherwise the incr. reflow will fail
* @param aWidthUnit - the width unit from the corresponding reflowstate
*/
void nsHTMLReflowMetrics::SetMEWToActualWidth(nsStyleUnit aWidthUnit) {
void SetMEWToActualWidth(nsStyleUnit aWidthUnit) {
if (aWidthUnit != eStyleUnit_Percent) {
mMaxElementWidth = width;
} else {