Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(678)

Unified Diff: third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h

Issue 1366163002: Enable subsequence caching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update virtual/threaded/inspector/tracing/timeline-paint-expected.txt Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
{

Powered by Google App Engine
This is Rietveld 408576698