| Index: third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| index aef8a20a9ea9b85ecba89fa2f5b49a51994677f1..c0729f0d858a50732029643eb5dc471427460976 100644
|
| --- a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| @@ -30,6 +30,8 @@ private:
|
| {
|
| RenderingTest::SetUp();
|
| enableCompositing();
|
| + // TODO(wangxianzhu): Update the test expectations when we enable the feature permanently.
|
| + RuntimeEnabledFeatures::setSlimmingPaintSubsequenceCachingEnabled(false);
|
| }
|
| void TearDown() override
|
| {
|
|
|