[webkit-changes] [WebKit/WebKit] 6f7e94: [LFC][IFC] InlineLevelBox::createAtomicInlineLevel...

Alan Baradlay noreply at github.com
Wed Oct 26 21:20:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6f7e94b10b78995c89c9e280e013ac34184a6dfe
      https://github.com/WebKit/WebKit/commit/6f7e94b10b78995c89c9e280e013ac34184a6dfe
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/InlineLevelBox.h
    M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp

  Log Message:
  -----------
  [LFC][IFC] InlineLevelBox::createAtomicInlineLevelBox should not take height as parameter
https://bugs.webkit.org/show_bug.cgi?id=246974

Reviewed by Antti Koivisto.

This is in preparation for supporting line-box-contain.
(setVerticalPropertiesForInlineLevelBox is where the vertical geometry is being set.)

* Source/WebCore/layout/formattingContexts/inline/InlineLevelBox.h:
(WebCore::Layout::InlineLevelBox::createAtomicInlineLevelBox):
(WebCore::Layout::InlineLevelBox::createInlineBox):
(WebCore::Layout::InlineLevelBox::createLineBreakBox):
(WebCore::Layout::InlineLevelBox::createGenericInlineLevelBox):
* Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp:
(WebCore::Layout::AscentAndDescent::height const):
(WebCore::Layout::LineBoxBuilder::setVerticalPropertiesForInlineLevelBox const):
(WebCore::Layout::LineBoxBuilder::constructInlineLevelBoxes):

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




More information about the webkit-changes mailing list