[webkit-changes] [WebKit/WebKit] da7c3d: [LFC] Add ElementBox::hasOutOfFlowChild

Alan Baradlay noreply at github.com
Tue Aug 29 06:50:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: da7c3de5c71a1013450a77feadb9d4dcaccc1800
      https://github.com/WebKit/WebKit/commit/da7c3de5c71a1013450a77feadb9d4dcaccc1800
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-08-29 (Tue, 29 Aug 2023)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp
    M Source/WebCore/layout/layouttree/LayoutElementBox.cpp
    M Source/WebCore/layout/layouttree/LayoutElementBox.h

  Log Message:
  -----------
  [LFC] Add ElementBox::hasOutOfFlowChild
https://bugs.webkit.org/show_bug.cgi?id=260805

Reviewed by Antti Koivisto.

This is in preparation for out-of-flow box static position (we need to know if the IFC should need to run inflow layout).

* Source/WebCore/layout/layouttree/LayoutElementBox.cpp:
(WebCore::Layout::ElementBox::hasOutOfFlowChild const):
* Source/WebCore/layout/layouttree/LayoutElementBox.h:

Canonical link: https://commits.webkit.org/267397@main




More information about the webkit-changes mailing list