| 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);
|
|
|