зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1569701 Part 0 - Use nscoord instead of int for contentBEnd in nsColumnSetFrame::ReflowChildren(). r=dbaron
Differential Revision: https://phabricator.services.mozilla.com/D41905 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b14e2b2516
Коммит
e4c1298151
|
@ -624,7 +624,7 @@ nsColumnSetFrame::ColumnBalanceData nsColumnSetFrame::ReflowChildren(
|
|||
}
|
||||
|
||||
int columnCount = 0;
|
||||
int contentBEnd = 0;
|
||||
nscoord contentBEnd = 0;
|
||||
bool reflowNext = false;
|
||||
|
||||
while (child) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче