Chromium Code Reviews| 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 4860e06f4ea8e6a3ccf0e3faf5847d6cc8eed111..513700fbe047142e28d55304cbb4ae8f573d82b0 100644 |
| --- a/third_party/WebKit/Source/core/paint/GridPainter.cpp |
| +++ b/third_party/WebKit/Source/core/paint/GridPainter.cpp |
| @@ -24,7 +24,7 @@ static GridSpan dirtiedGridAreas(const Vector<LayoutUnit>& coordinates, LayoutUn |
| if (endGridAreaIndex > 0) |
| --endGridAreaIndex; |
| - return GridSpan(startGridAreaIndex, endGridAreaIndex); |
| + return GridSpan(startGridAreaIndex, endGridAreaIndex + 1); |
|
svillar
2015/11/17 11:37:05
I guess this deserves a comment explaining that Gr
Manuel Rego
2015/11/17 14:30:49
Done.
|
| } |
| class GridItemsSorter { |