commit 76fe3a3e4aad85707c3633a036893ebb69b0c305
parent 06c81d279021fa93a04f3b347899bd378bb1c5a6
Author: Lando <lando@lando.test>
Date: Thu, 2 Oct 2025 20:46:07 +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
@@ -954,10 +954,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;