| Index: third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/GridPainter.cpp b/third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| index d25a196f5b6350d698b31281d6bb904b48cfa1f0..8ff75d860a2bf10147ddf2b68f2b84910df24d3c 100644
|
| --- a/third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/GridPainter.cpp
|
| @@ -25,7 +25,7 @@ static GridSpan dirtiedGridAreas(const Vector<LayoutUnit>& coordinates, LayoutUn
|
| --endGridAreaIndex;
|
|
|
| // GridSpan stores lines' indexes (not tracks' indexes).
|
| - return GridSpan::definiteGridSpan(startGridAreaIndex, endGridAreaIndex + 1);
|
| + return GridSpan::translatedDefiniteGridSpan(startGridAreaIndex, endGridAreaIndex + 1);
|
| }
|
|
|
| class GridItemsSorter {
|
|
|