зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1674302 Part 1 - Change a FLEX_LOG to dump address of flex item's frame rather than flex item itself. r=emilio
All the other FLEX_LOGs dump the address of flex item's frame. Differential Revision: https://phabricator.services.mozilla.com/D104644
This commit is contained in:
Родитель
5e826cb7c5
Коммит
5c0047ddf2
|
@ -3201,8 +3201,8 @@ void FlexLine::ResolveFlexibleLengths(nscoord aFlexContainerMainSize,
|
||||||
availableFreeSpace -= sizeDelta;
|
availableFreeSpace -= sizeDelta;
|
||||||
|
|
||||||
item.SetMainSize(item.MainSize() + sizeDelta);
|
item.SetMainSize(item.MainSize() + sizeDelta);
|
||||||
FLEX_LOG(" child %p receives %d, for a total of %d", &item,
|
FLEX_LOG(" flex item %p receives %d, for a total of %d",
|
||||||
sizeDelta, item.MainSize());
|
item.Frame(), sizeDelta, item.MainSize());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче