[webkit-changes] [WebKit/WebKit] 15e2f1: [IFC] Rename LineBoxBuilder::adjustedLayoutBoundsW...

Alan Baradlay noreply at github.com
Sun Jan 22 11:32:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 15e2f12c0c1570a5974de61c00fc1cb707d53b17
      https://github.com/WebKit/WebKit/commit/15e2f12c0c1570a5974de61c00fc1cb707d53b17
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-01-22 (Sun, 22 Jan 2023)

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

  Log Message:
  -----------
  [IFC] Rename LineBoxBuilder::adjustedLayoutBoundsWithFallbackFonts to enclosingAscentDescentWithFallbackFonts
https://bugs.webkit.org/show_bug.cgi?id=250982

Reviewed by Antti Koivisto.

Let the caller decide whether layout bounds or the ascent/descent value pair should be adjusted.

* Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp:
(WebCore::Layout::LineBoxBuilder::enclosingAscentDescentWithFallbackFonts const):
(WebCore::Layout::LineBoxBuilder::constructInlineLevelBoxes):
(WebCore::Layout::LineBoxBuilder::adjustInlineBoxHeightsForLineBoxContainIfApplicable):
(WebCore::Layout::LineBoxBuilder::adjustIdeographicBaselineIfApplicable):
(WebCore::Layout::LineBoxBuilder::adjustedLayoutBoundsWithFallbackFonts const): Deleted.
* Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.h:

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




More information about the webkit-changes mailing list