| Index: Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| diff --git a/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp b/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| index a26e33378b3686b1450b02d46fa689d30055f9a4..6d1e0cbdf9b3c940c4eee17701df52c413025d27 100644
|
| --- a/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| +++ b/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| @@ -119,8 +119,10 @@ TEST_F(LayoutObjectDrawingRecorderTest, CullRectMatchesProvidedClip)
|
| EXPECT_EQ(rect, drawAndGetCullRect(rootDisplayItemList(), layoutView(), LayoutRect(rect)));
|
| }
|
|
|
| -TEST_F(LayoutObjectDrawingRecorderTestForSlimmingPaintV2, PaintOffsetCache)
|
| +TEST_F(LayoutObjectDrawingRecorderTest, PaintOffsetCache)
|
| {
|
| + RuntimeEnabledFeatures::setSlimmingPaintOffsetCachingEnabled(true);
|
| +
|
| GraphicsContext context(&rootDisplayItemList());
|
| LayoutRect bounds = layoutView().viewRect();
|
| LayoutPoint paintOffset(1, 2);
|
|
|