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

Unified Diff: third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js

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/resources/run-after-layout-and-paint.js
diff --git a/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js b/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js
index e6ed4cc5aab23880f7a5fb793eef3e9696b1798a..e3173417aef5084f6c544b271507c86295c9b011 100644
--- a/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js
+++ b/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js
@@ -22,7 +22,7 @@
// }, true);
if (window.internals)
- internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true;
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = true;
function runAfterLayoutAndPaint(callback, autoNotifyDone) {
if (!window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698