[webkit-changes] [WebKit/WebKit] ccb1f4: Remove unused functions from `LegacyInlineTextBox....

Commit Queue noreply at github.com
Sun Feb 9 04:11:03 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ccb1f4262e9fe058cdf4cf146326df2642f3a529
      https://github.com/WebKit/WebKit/commit/ccb1f4262e9fe058cdf4cf146326df2642f3a529
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2025-02-09 (Sun, 09 Feb 2025)

  Changed paths:
    M Source/WebCore/rendering/LegacyInlineTextBox.cpp
    M Source/WebCore/rendering/LegacyInlineTextBox.h

  Log Message:
  -----------
  Remove unused functions from `LegacyInlineTextBox.cpp|h`
https://bugs.webkit.org/show_bug.cgi?id=287334
rdar://144450111

Reviewed by Alan Baradlay.

This patch just removes unused functions and continue on path
of Legacy Layout clean-up.

* Source/WebCore/rendering/LegacyInlineTextBox.cpp:
(WebCore::LegacyInlineTextBox::logicalOverflowRect const): Deleted.
* Source/WebCore/rendering/LegacyInlineTextBox.h:
(WebCore::LegacyInlineTextBox::logicalTopVisualOverflow const): Deleted.
(WebCore::LegacyInlineTextBox::logicalBottomVisualOverflow const): Deleted.
(WebCore::LegacyInlineTextBox::logicalLeftVisualOverflow const): Deleted.
(WebCore::LegacyInlineTextBox::logicalRightVisualOverflow const): Deleted.

Canonical link: https://commits.webkit.org/290114@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