| Index: Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| diff --git a/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp b/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| index 433ce238704dbb8d2147701fb2a993d9e6f41a09..7eb7a869f59692c2074ac054054fd791a6c06128 100644
|
| --- a/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| +++ b/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| @@ -39,7 +39,6 @@ private:
|
| virtual void TearDown() override
|
| {
|
| RuntimeEnabledFeatures::setSlimmingPaintEnabled(false);
|
| - RuntimeEnabledFeatures::setSlimmingPaintDisplayItemCacheEnabled(false);
|
| }
|
|
|
| LayoutView* m_layoutView;
|
| @@ -87,8 +86,6 @@ TEST_F(LayoutObjectDrawingRecorderTest, Rect)
|
|
|
| TEST_F(LayoutObjectDrawingRecorderTest, Cached)
|
| {
|
| - RuntimeEnabledFeatures::setSlimmingPaintDisplayItemCacheEnabled(true);
|
| -
|
| GraphicsContext context(nullptr, &rootDisplayItemList());
|
| FloatRect bound = layoutView()->viewRect();
|
| drawNothing(&context, layoutView(), PaintPhaseBlockBackground, bound);
|
|
|