⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107269 in webkit


Ignore:
Timestamp:
Feb 9, 2012, 11:56:07 AM (15 years ago)
Author:
leviw@chromium.org
Message:

Fixing an overflow rect calculated in RenderListMarker to use pixelSnapped instead of enclosingIntRect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/subpixellayout/Source/WebCore/rendering/RenderListMarker.cpp

    r103716 r107269  
    11121112
    11131113    IntPoint boxOrigin(roundedIntPoint(paintOffset + location()));
    1114     IntRect overflowRect(enclosingIntRect(visualOverflowRect()));
     1114    IntRect overflowRect(pixelSnappedIntRect(visualOverflowRect()));
    11151115    overflowRect.moveBy(boxOrigin);
    11161116    overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
Note: See TracChangeset for help on using the changeset viewer.