[webkit-changes] [WebKit/WebKit] 24d140: [IFC][Cleanup] Move line box building out of Inlin...

Alan Baradlay noreply at github.com
Wed Sep 20 07:20:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 24d14088faf74815941d87ba79c1daadebb678a8
      https://github.com/WebKit/WebKit/commit/24d14088faf74815941d87ba79c1daadebb678a8
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

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

  Log Message:
  -----------
  [IFC][Cleanup] Move line box building out of InlineFormattingContext::createDisplayContentForInlineContent
https://bugs.webkit.org/show_bug.cgi?id=261784

Reviewed by Antti Koivisto.

Line box building is not part of display content creation, but rather input to it.

* Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp:
(WebCore::Layout::InlineFormattingContext::lineLayout):
(WebCore::Layout::InlineFormattingContext::createDisplayContentForInlineContent):
(WebCore::Layout::InlineFormattingContext::createDisplayContentForLineFromCachedContent):
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h:

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




More information about the webkit-changes mailing list