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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js

Issue 2208463003: First step of PaintInvalidator implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/resources/text-based-repaint.js
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js b/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
index 93ce90de5005a2ddfc7aad27197f6a2ab9cb9cbc..02c060bdfc09dee12f0de5cdfbad6801fe53e271 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
+++ b/third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js
@@ -9,7 +9,7 @@ if (window.testRunner)
if (window.internals) {
internals.settings.setUseDefaultImageInterpolationQuality(true);
- internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true;
+ // internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true;
chrishtr 2016/08/09 23:47:30 revert
Xianzhu 2016/08/10 16:25:00 Done.
}
function runRepaintTest()
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core.gypi » ('j') | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698