Skip to content
  • antti@apple.com's avatar
    Tighten typing in inline rendering · 3ab7ef3a
    antti@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=122076
    
    Reviewed by Andreas Kling.
            
    More RenderElement, const, &, etc.
    
    * dom/Position.cpp:
    (WebCore::Position::hasRenderedNonAnonymousDescendantsWithHeight):
    * rendering/InlineFlowBox.cpp:
    (WebCore::isLastChildForRenderer):
    (WebCore::isAncestorAndWithinBlock):
    (WebCore::InlineFlowBox::determineSpacingForFlowBoxes):
    (WebCore::InlineFlowBox::nodeAtPoint):
    * rendering/InlineIterator.h:
    (WebCore::InlineIterator::InlineIterator):
    (WebCore::InlineIterator::root):
    (WebCore::isEmptyInline):
    (WebCore::bidiNextShared):
    (WebCore::bidiNextSkippingEmptyInlines):
    (WebCore::bidiNextIncludingEmptyInlines):
    (WebCore::bidiFirstSkippingEmptyInlines):
    * rendering/RenderBlockLineLayout.cpp:
    (WebCore::inlineLogicalWidth):
    (WebCore::alwaysRequiresLineBox):
    (WebCore::requiresLineBox):
    (WebCore::canBreakAtThisPosition):
    (WebCore::LineBreaker::nextSegmentBreak):
    * rendering/shapes/ShapeInsideInfo.h:
    (WebCore::LineSegmentIterator::LineSegmentIterator):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156618 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3ab7ef3a