Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintChunkTest.cpp

Issue 2385123003: Rewrap comments to 80 columns in Source/platform/graphics/paint/. (Closed)
Patch Set: Resync Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)));

Powered by Google App Engine
This is Rietveld 408576698