Changeset 107269 in webkit
- Timestamp:
- Feb 9, 2012, 11:56:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/subpixellayout/Source/WebCore/rendering/RenderListMarker.cpp
r103716 r107269 1112 1112 1113 1113 IntPoint boxOrigin(roundedIntPoint(paintOffset + location())); 1114 IntRect overflowRect( enclosingIntRect(visualOverflowRect()));1114 IntRect overflowRect(pixelSnappedIntRect(visualOverflowRect())); 1115 1115 overflowRect.moveBy(boxOrigin); 1116 1116 overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
Note:
See TracChangeset
for help on using the changeset viewer.