зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1579929 followup: change this bug's new logging to use new FLEX_LOG macro. (no review)
Differential Revision: https://phabricator.services.mozilla.com/D53386 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
5e3c128763
Коммит
c64509fb40
|
@ -1804,9 +1804,7 @@ nsFlexContainerFrame::MeasureAscentAndBSizeForFlexItem(
|
|||
frame->DeleteProperty(CachedFlexMeasuringReflow());
|
||||
}
|
||||
RemoveStateBits(NS_STATE_FLEX_MEASUREMENTS_INTERRUPTED);
|
||||
MOZ_LOG(gFlexContainerLog, LogLevel::Debug,
|
||||
("[perf] MeasureAscentAndBSizeForFlexItem purged all "
|
||||
"cached values\n"));
|
||||
FLEX_LOG("[perf] MeasureAscentAndBSizeForFlexItem purged cached values");
|
||||
} else if (const auto* cachedResult =
|
||||
aItem.Frame()->GetProperty(CachedFlexMeasuringReflow())) {
|
||||
if (cachedResult->IsValidFor(aChildReflowInput)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче