| Index: third_party/WebKit/Source/core/paint/NinePieceImageGridTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/NinePieceImageGridTest.cpp b/third_party/WebKit/Source/core/paint/NinePieceImageGridTest.cpp
|
| index c20ad94b6078e26a0102f9077a8bc805a08d1845..6db33934f9db820933be5681ca9f0ea0f38ad7ae 100644
|
| --- a/third_party/WebKit/Source/core/paint/NinePieceImageGridTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/NinePieceImageGridTest.cpp
|
| @@ -278,7 +278,8 @@ TEST_F(NinePieceImageGridTest, NinePieceImagePainting) {
|
| {false, false, FloatRect(0, 0, 0, 0), FloatRect(0, 0, 0, 0), 0, 0,
|
| Image::StretchTile, Image::RoundTile},
|
| }},
|
| - {// All borders but no slices, with fill (stretch horizontally, space vertically)
|
| + {// All borders but no slices, with fill (stretch horizontally, space
|
| + // vertically)
|
| IntSize(100, 100),
|
| IntRect(0, 0, 100, 100),
|
| IntRectOutsets(10, 10, 10, 10),
|
|
|