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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.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/PaintChunkerTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
index c18a683a7c4386b217311ba299e20e035af5e06d..88464d294527d7570529445b352ed84bfae8b962 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
@@ -13,7 +13,8 @@ using testing::ElementsAre;
namespace blink {
namespace {
-// TODO(crbug.com/629946): The tests fail mysteriously on some Windows debug bots.
+// TODO(crbug.com/629946): The tests fail mysteriously on some Windows debug
+// bots.
#if defined(NDEBUG) || !OS(WIN)
static PaintChunkProperties rootPaintChunkProperties() {
@@ -165,7 +166,8 @@ TEST_F(PaintChunkerTest, BuildMultipleChunksWithDifferentPropertyChanges) {
chunker.incrementDisplayItemIndex(NormalTestDisplayItem());
chunker.incrementDisplayItemIndex(NormalTestDisplayItem());
- // Test that going back to a previous chunk property still creates a new chunk.
+ // Test that going back to a previous chunk property still creates a new
+ // chunk.
chunker.updateCurrentPaintChunkProperties(nullptr, simpleTransformAndEffect);
chunker.incrementDisplayItemIndex(NormalTestDisplayItem());
chunker.incrementDisplayItemIndex(NormalTestDisplayItem());
@@ -185,7 +187,8 @@ TEST_F(PaintChunkerTest, BuildMultipleChunksWithDifferentPropertyChanges) {
TEST_F(PaintChunkerTest, BuildChunksFromNestedTransforms) {
// Test that "nested" transforms linearize using the following
// sequence of transforms and display items:
- // <root xform>, <paint>, <a xform>, <paint>, <paint>, </a xform>, <paint>, </root xform>
+ // <root xform>, <paint>, <a xform>, <paint>, <paint>, </a xform>, <paint>,
+ // </root xform>
PaintChunker chunker;
chunker.updateCurrentPaintChunkProperties(nullptr,
rootPaintChunkProperties());

Powered by Google App Engine
This is Rietveld 408576698