| Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| index 97cf8f33a3a03406862a61b2190c18256586893a..abca3afb1fe4e0bf4894604b4a81bff167d26ca5 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
|
| @@ -166,8 +166,7 @@ TEST_F(PaintControllerPaintTestForSlimmingPaintV2, ChunkIdClientCacheFlag) {
|
| const PaintChunk& backgroundChunk = rootPaintController().paintChunks()[0];
|
| EXPECT_TRUE(backgroundChunk.properties.scroll->isRoot());
|
|
|
| - const EffectPaintPropertyNode* effectNode =
|
| - div.objectPaintProperties()->effect();
|
| + const EffectPaintPropertyNode* effectNode = div.paintProperties()->effect();
|
| EXPECT_EQ(0.5f, effectNode->opacity());
|
| const PaintChunk& chunk = rootPaintController().paintChunks()[1];
|
| EXPECT_EQ(*div.layer(), chunk.id->client);
|
|
|