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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-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/fast/repaint/obscured-background-no-repaint.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html
index 3a9ad4f6b4c2f5337de542da865333a3a09345f8..2e99884267c048dd594d2679fd1a6b140deb1709 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html
@@ -51,7 +51,7 @@
if (window.internals) {
internals.settings.setUseDefaultImageInterpolationQuality(true);
- internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true;
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = true;
}
function finish() {

Powered by Google App Engine
This is Rietveld 408576698