[webkit-changes] [WebKit/WebKit] 3ccc04: [IFC] Move placed float geometry update to a dedic...

Alan Baradlay noreply at github.com
Mon Sep 4 18:46:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3ccc045675ad74108a93f219ee7dd9d744c85c2a
      https://github.com/WebKit/WebKit/commit/3ccc045675ad74108a93f219ee7dd9d744c85c2a
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

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

  Log Message:
  -----------
  [IFC] Move placed float geometry update to a dedicated function (InlineFormattingContext::updateBoxGeometryForPlacedFloats)
https://bugs.webkit.org/show_bug.cgi?id=261128

Reviewed by Antti Koivisto.

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

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




More information about the webkit-changes mailing list