Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b590f9134b0ac936876ee26bcc7204a25f5bb19f
      
https://github.com/WebKit/WebKit/commit/b590f9134b0ac936876ee26bcc7204a25f5bb19f
  Author: Alan Baradlay <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M Source/WebCore/rendering/RenderTableCell.cpp

  Log Message:
  -----------
  [cleanup] Use RenderBox::borderBoxSize() in size-only callers of frameRect()
https://bugs.webkit.org/show_bug.cgi?id=318045

Reviewed by Antti Koivisto.

Follow-up to 318020, which swept the size-only callers of borderBoxRect() but
not the frameRect().size() spelling of the same thing. These RenderTableCell
paint helpers only want the border box size, and frameRect().size() is exactly
borderBoxSize() (both are m_frameRect.size()), so use the direct accessor. No
behavior change.

* Source/WebCore/rendering/RenderTableCell.cpp:
(RenderTableCell::paintCollapsedBorders):
(RenderTableCell::paintBoxDecorations):
(RenderTableCell::paintMask):

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



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

Reply via email to