commit f41fbf9cf7c6f3b34c1ba06c183bb963e805232f
parent e1c6518b466283bc3523f557988a968eb42b1b9b
Author: Lando <lando@lando.test>
Date: Fri, 3 Oct 2025 11:36:09 +0000
Bug 1986711: apply code formatting via Lando
# ignore-this-changeset
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/layout/generic/AbsoluteContainingBlock.cpp b/layout/generic/AbsoluteContainingBlock.cpp
@@ -997,10 +997,11 @@ void AbsoluteContainingBlock::ReflowAbsoluteFrame(
if (aFlags.contains(AbsPosReflowFlag::IsGridContainerCB)) {
// When a grid container generates the abs.pos. CB for a *child* then
// the static position is determined via CSS Box Alignment within the
- // abs.pos. CB (a grid area, i.e. a piece of the grid). In this scenario,
- // due to the multiple coordinate spaces in play, we use a convenience
- // flag to simply have the child's ReflowInput give it a static position
- // at its abs.pos. CB origin, and then we'll align & offset it from there.
+ // abs.pos. CB (a grid area, i.e. a piece of the grid). In this
+ // scenario, due to the multiple coordinate spaces in play, we use a
+ // convenience flag to simply have the child's ReflowInput give it a
+ // static position at its abs.pos. CB origin, and then we'll align &
+ // offset it from there.
nsIFrame* placeholder = aKidFrame->GetPlaceholderFrame();
if (placeholder && placeholder->GetParent() == aDelegatingFrame) {
return true;