Skip to content
  • leviw@chromium.org's avatar
    2011-05-11 Levi Weintraub <leviw@chromium.org> · 7c155a2f
    leviw@chromium.org authored
            Reviewed by Eric Seidel.
    
            Switch paintFillLayer and its progeny to use IntRect instead of four ints
            https://bugs.webkit.org/show_bug.cgi?id=60596
    
            Changing integers passed into paintFillLayer and other derivatives to IntRects
            and IntSizes that reflect their function.
    
            No new tests since this is just refactoring.
    
            * rendering/InlineFlowBox.cpp:
            (WebCore::InlineFlowBox::paintFillLayers):
            (WebCore::InlineFlowBox::paintFillLayer):
            (WebCore::InlineFlowBox::paintBoxDecorations):
            (WebCore::InlineFlowBox::paintMask):
            * rendering/InlineFlowBox.h:
            * rendering/RenderBox.cpp:
            (WebCore::RenderBox::paintRootBoxFillLayers):
            (WebCore::RenderBox::paintBoxDecorationsWithSize):
            (WebCore::RenderBox::paintMaskImages):
            (WebCore::RenderBox::paintFillLayers):
            (WebCore::RenderBox::paintFillLayer):
            * rendering/RenderBox.h:
            * rendering/RenderBoxModelObject.cpp:
            (WebCore::RenderBoxModelObject::paintFillLayerExtended):
            * rendering/RenderBoxModelObject.h:
            * rendering/RenderFieldset.cpp:
            (WebCore::RenderFieldset::paintBoxDecorations):
            * rendering/RenderTable.cpp:
            (WebCore::RenderTable::paintBoxDecorations):
            * rendering/RenderTableCell.cpp:
            (WebCore::RenderTableCell::paintBackgroundsBehindCell):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@86303 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7c155a2f