| Index: Source/core/paint/LayerClipRecorderTest.cpp
|
| diff --git a/Source/core/paint/LayerClipRecorderTest.cpp b/Source/core/paint/LayerClipRecorderTest.cpp
|
| index 91cd4ab2f5495902bee5b913d6d3c65ffeac9da1..f3f0510b2f1ac61756092dfb142fe833472745af 100644
|
| --- a/Source/core/paint/LayerClipRecorderTest.cpp
|
| +++ b/Source/core/paint/LayerClipRecorderTest.cpp
|
| @@ -53,6 +53,7 @@ TEST_F(LayerClipRecorderTest, LayerClipRecorderTest_Single)
|
| EXPECT_EQ((size_t)0, rootDisplayItemList().paintList().size());
|
|
|
| drawClip(&context, renderView(), PaintPhaseForeground, bound);
|
| + rootDisplayItemList().endNewPaints();
|
| EXPECT_EQ((size_t)2, rootDisplayItemList().paintList().size());
|
| }
|
|
|
|
|