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

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

Issue 2397333002: Change layerTreeAsText to default to layer lists. (Closed)
Patch Set: none Created 4 years, 2 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/paint/invalidation/resources/text-based-repaint.js
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resources/text-based-repaint.js b/third_party/WebKit/LayoutTests/paint/invalidation/resources/text-based-repaint.js
index ab910edcf9d541f6eaee72494d9ecbb15701598c..95135545165080ef962dcb435b54cd4be0109e41 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/resources/text-based-repaint.js
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/resources/text-based-repaint.js
@@ -2,7 +2,6 @@
// time.
window.testIsAsync = false;
window.outputRepaintRects = true;
-window.outputLayerList = false;
// All repaint tests are asynchronous.
if (window.testRunner)
@@ -79,9 +78,6 @@ function finishRepaintTest()
if (window.layerTreeAsTextAdditionalFlags)
flags |= window.layerTreeAsTextAdditionalFlags;
- if (window.outputLayerList)
- flags |= window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST;
-
var layersWithInvalidationsText = window.internals.layerTreeAsText(document, flags);
checkObjectPaintInvalidations(layersWithInvalidationsText);

Powered by Google App Engine
This is Rietveld 408576698