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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp

Issue 2391943002: Rewrap comments to 80 columns in platform/graphics/{compositing,cpu,gpu,skia}/. (Closed)
Patch Set: One space 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/compositing/PaintArtifactCompositorTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
index 984a8049f9d4e65ec55eb5a2fa468428485127cd..6a9cbf434d9c8e5debb49cc4c236ecec4ab83f60 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
@@ -538,8 +538,8 @@ TEST_F(PaintArtifactCompositorTestWithPropertyTrees, EffectTreeConversion) {
ASSERT_EQ(3u, contentLayerCount());
const cc::EffectTree& effectTree = propertyTrees().effect_tree;
- // Node #0 reserved for null; #1 for root render surface; #2 for dummyRootEffect,
- // plus 3 nodes for those created by this test.
+ // Node #0 reserved for null; #1 for root render surface; #2 for
+ // dummyRootEffect, plus 3 nodes for those created by this test.
ASSERT_EQ(6u, effectTree.size());
const cc::EffectNode& convertedDummyRootEffect = *effectTree.Node(2);

Powered by Google App Engine
This is Rietveld 408576698