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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html

Issue 2299223002: Compile under-invalidation checking in all builds (Closed)
Patch Set: Resolve conflict Created 4 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/LayoutTests/compositing/repaint/page-scale-repaint.html
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html b/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
index 49faa576ca5448444cc814fbf2a0a494ffd6002e..6c187be37fade69c3b8e7f2b55c19212e59de006 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
@@ -13,7 +13,7 @@
<script>
// Under-invalidation checking is too slow for this test.
if (window.internals)
- internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = false;
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = false;
function runTest() {
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698