[webkit-changes] [WebKit/WebKit] cc1ff2: [IFC] Use computed LineBox geometry in InlineDispl...

Alan Baradlay noreply at github.com
Sat Feb 4 18:04:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc1ff21b89a3fae66f3123d64e37cf8294e22db5
      https://github.com/WebKit/WebKit/commit/cc1ff21b89a3fae66f3123d64e37cf8294e22db5
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/InlineRect.h
    M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.cpp

  Log Message:
  -----------
  [IFC] Use computed LineBox geometry in InlineDisplayLineBuilder::build
https://bugs.webkit.org/show_bug.cgi?id=251342

Reviewed by Antti Koivisto.

We already compute these (logical top/left/width) values for LineBox. Let's not compute them again.
This is also in preparation for fixing webkit.org/b/251313.

* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.cpp:
(WebCore::Layout::InlineDisplayLineBuilder::build const):

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




More information about the webkit-changes mailing list