зеркало из https://github.com/mozilla/gecko-dev.git
bustage fix
This commit is contained in:
Родитель
5d3ccc2a20
Коммит
d5cfd51a13
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче