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

Unified Diff: Source/core/paint/LayoutObjectDrawingRecorderTest.cpp

Issue 1018053003: Remove blink::RuntimeEnabledFeatures::slimmingPaintDisplayItemCache (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/core/paint/SubtreeRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | Source/core/paint/SubtreeRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698