| Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunkTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkTest.cpp
|
| index 6bd5ad1afad37109e0d564f4e7f875ae0ddf4029..f353f35b000db86494abb7a4fa485ff0f7edfc35 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkTest.cpp
|
| @@ -75,7 +75,8 @@ TEST(PaintChunkTest, IdNotMatchesJustCreated) {
|
| EXPECT_TRUE(client->isJustCreated());
|
|
|
| DisplayItem::Id id(*client, DisplayItem::kDrawingFirst);
|
| - // A chunk of a newly created client doesn't match any chunk because it's never cached.
|
| + // A chunk of a newly created client doesn't match any chunk because it's
|
| + // never cached.
|
| EXPECT_FALSE(PaintChunk(0, 1, &id, properties)
|
| .matches(PaintChunk(0, 1, &id, properties)));
|
|
|
|
|