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

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

Issue 1129173006: Enable slimming paint by default (for trybots only) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tue Jun 9 10:33:43 PDT 2015 Created 5 years, 6 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: Source/core/paint/DisplayItemListPaintTest.cpp
diff --git a/Source/core/paint/DisplayItemListPaintTest.cpp b/Source/core/paint/DisplayItemListPaintTest.cpp
index 3eb3e6f5e8ac61eb81700e6925620d4ce0f1ae42..2f0aa93e4cabccd060e75ff6f9ba942f6ce32178 100644
--- a/Source/core/paint/DisplayItemListPaintTest.cpp
+++ b/Source/core/paint/DisplayItemListPaintTest.cpp
@@ -47,7 +47,7 @@ private:
virtual void TearDown() override
{
- RuntimeEnabledFeatures::setSlimmingPaintEnabled(false);
+ // RuntimeEnabledFeatures::setSlimmingPaintEnabled(false);
}
LayoutView* m_layoutView;

Powered by Google App Engine
This is Rietveld 408576698