[webkit-changes] [WebKit/WebKit] a9ab65: [grid][masonry] Rename performGridItemsPreLayout t...

Brandon Stewart noreply at github.com
Thu Jan 25 08:02:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a9ab65d440f73841e7d9fa0dccc8adf6515137fd
      https://github.com/WebKit/WebKit/commit/a9ab65d440f73841e7d9fa0dccc8adf6515137fd
  Author: Brandon Stewart <brandonstewart at apple.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
    M Source/WebCore/rendering/RenderGrid.cpp
    M Source/WebCore/rendering/RenderGrid.h

  Log Message:
  -----------
  [grid][masonry] Rename performGridItemsPreLayout to performPreLayoutForGridItems
https://bugs.webkit.org/show_bug.cgi?id=268052

Reviewed by Sammy Gill.

Give the function a better name. It was confusingly worded before.

* Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp:
(WebCore::GridTrackSizingAlgorithm::canParticipateInBaselineAlignment const):
* Source/WebCore/rendering/RenderGrid.cpp:
(WebCore::RenderGrid::layoutGrid):
(WebCore::RenderGrid::layoutMasonry):
(WebCore::RenderGrid::computeIntrinsicLogicalWidths const):
(WebCore::RenderGrid::performPreLayoutForGridItems const):
(WebCore::RenderGrid::performGridItemsPreLayout const): Deleted.
* Source/WebCore/rendering/RenderGrid.h:

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




More information about the webkit-changes mailing list