Chromium Code Reviews| 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 6c187be37fade69c3b8e7f2b55c19212e59de006..49faa576ca5448444cc814fbf2a0a494ffd6002e 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.paintUnderInvalidationCheckingEnabled = false; |
| + internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = false; |
| function runTest() { |
| if (window.testRunner) |