| Index: LayoutTests/fast/exclusions/resources/simple-polygon.js
|
| diff --git a/LayoutTests/fast/exclusions/resources/simple-polygon.js b/LayoutTests/fast/exclusions/resources/simple-polygon.js
|
| index 7f5c275729edc98aecbf5e6fb971a67a6c5fa8e9..e1a11af896dc1a8cfbf3fe98460428acd98fdda5 100644
|
| --- a/LayoutTests/fast/exclusions/resources/simple-polygon.js
|
| +++ b/LayoutTests/fast/exclusions/resources/simple-polygon.js
|
| @@ -89,7 +89,7 @@ function polygonXIntercepts(polygon, y) {
|
| if (!foundXIntercept)
|
| return [];
|
|
|
| - return [SubPixelLayout.roundLineLeft(interceptsMinX), SubPixelLayout.roundLineRight(interceptsMaxX)];
|
| + return [SubPixelLayout.snapToLayoutUnit(interceptsMinX), SubPixelLayout.snapTolayoutUnit(interceptsMaxX)];
|
| }
|
|
|
| function polygonLineIntercepts(polygon, y, lineHeight) {
|
|
|