[webkit-changes] [WebKit/WebKit] 97db16: BoxGeometryUpdater does not need to hold on to Box...

Alan Baradlay noreply at github.com
Mon Sep 23 19:30:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 97db169b5016b1d047f9008b7b7152a0635a2bb8
      https://github.com/WebKit/WebKit/commit/97db169b5016b1d047f9008b7b7152a0635a2bb8
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-09-23 (Mon, 23 Sep 2024)

  Changed paths:
    M Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.h
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp

  Log Message:
  -----------
  BoxGeometryUpdater does not need to hold on to BoxTree
https://bugs.webkit.org/show_bug.cgi?id=280167

Reviewed by Antti Koivisto.

* Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp:
(WebCore::LayoutIntegration::layoutWithFormattingContextForBox):
* Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.cpp:
(WebCore::LayoutIntegration::BoxGeometryUpdater::BoxGeometryUpdater):
(WebCore::LayoutIntegration::BoxGeometryUpdater::setGeometriesForLayout):
(WebCore::LayoutIntegration::BoxGeometryUpdater::setGeometriesForIntrinsicWidth):
(WebCore::LayoutIntegration::BoxGeometryUpdater::updateInlineContentConstraints):
(WebCore::LayoutIntegration::BoxGeometryUpdater::rootLayoutBox const):
(WebCore::LayoutIntegration::BoxGeometryUpdater::rootRenderer const):
(WebCore::LayoutIntegration::BoxGeometryUpdater::rootLayoutBox): Deleted.
* Source/WebCore/layout/integration/inline/LayoutIntegrationBoxGeometryUpdater.h:
(WebCore::LayoutIntegration::BoxGeometryUpdater::boxTree): Deleted.
(WebCore::LayoutIntegration::BoxGeometryUpdater::boxTree const): Deleted.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::LineLayout):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list