| Index: Source/core/paint/LayerClipRecorderTest.cpp
|
| diff --git a/Source/core/paint/LayerClipRecorderTest.cpp b/Source/core/paint/LayerClipRecorderTest.cpp
|
| index 91cd4ab2f5495902bee5b913d6d3c65ffeac9da1..1be89252fe65f0f4ee088bfbb1b25386a27f4831 100644
|
| --- a/Source/core/paint/LayerClipRecorderTest.cpp
|
| +++ b/Source/core/paint/LayerClipRecorderTest.cpp
|
| @@ -52,7 +52,9 @@ TEST_F(LayerClipRecorderTest, LayerClipRecorderTest_Single)
|
| FloatRect bound = renderView()->viewRect();
|
| EXPECT_EQ((size_t)0, rootDisplayItemList().paintList().size());
|
|
|
| + rootDisplayItemList().beginNewPaints();
|
| drawClip(&context, renderView(), PaintPhaseForeground, bound);
|
| + rootDisplayItemList().endNewPaints();
|
| EXPECT_EQ((size_t)2, rootDisplayItemList().paintList().size());
|
| }
|
|
|
|
|