Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d342ad39cf9a7af43ec29c36d73cd39a45c0749a
      
https://github.com/WebKit/WebKit/commit/d342ad39cf9a7af43ec29c36d73cd39a45c0749a
  Author: Antti Koivisto <[email protected]>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M Source/WebCore/layout/integration/inline/InlineIteratorLineBox.h
    M Source/WebCore/layout/integration/inline/InlineIteratorLineBoxLegacyPath.h
    M Source/WebCore/layout/integration/inline/InlineIteratorLineBoxModernPath.h
    M Source/WebCore/rendering/RenderRubyRun.cpp

  Log Message:
  -----------
  Use inline iterator in RenderRubyRun::layoutBlock
https://bugs.webkit.org/show_bug.cgi?id=253881
rdar://106693280

Reviewed by Alan Baradlay.

Don't access legacy line layout directly.

* Source/WebCore/layout/integration/inline/InlineIteratorLineBox.h:
(WebCore::InlineIterator::LineBox::scrollableOverflowTop const):
(WebCore::InlineIterator::LineBox::scrollableOverflowBottom const):
* Source/WebCore/layout/integration/inline/InlineIteratorLineBoxLegacyPath.h:
(WebCore::InlineIterator::LineBoxIteratorLegacyPath::scrollableOverflowTop 
const):
(WebCore::InlineIterator::LineBoxIteratorLegacyPath::scrollableOverflowBottom 
const):
* Source/WebCore/layout/integration/inline/InlineIteratorLineBoxModernPath.h:
(WebCore::InlineIterator::LineBoxIteratorModernPath::scrollableOverflowTop 
const):
(WebCore::InlineIterator::LineBoxIteratorModernPath::scrollableOverflowBottom 
const):
* Source/WebCore/rendering/RenderRubyRun.cpp:
(WebCore::RenderRubyRun::layoutBlock):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to