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

Unified Diff: third_party/WebKit/LayoutTests/compositing/rendering-contexts.html

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/compositing/rendering-contexts.html
diff --git a/third_party/WebKit/LayoutTests/compositing/rendering-contexts.html b/third_party/WebKit/LayoutTests/compositing/rendering-contexts.html
index a060672b657a0523304efde744b2d92044ef2cab..1ecc6dfc709c5bf0bcd48a5669fcc4ce6bc47a54 100644
--- a/third_party/WebKit/LayoutTests/compositing/rendering-contexts.html
+++ b/third_party/WebKit/LayoutTests/compositing/rendering-contexts.html
@@ -33,7 +33,7 @@
function dumpLayerTree() {
if (window.internals)
- document.getElementById("console").innerHTML = window.internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST);
+ document.getElementById("console").innerHTML = window.internals.layerTreeAsText(document);
}
window.onload = dumpLayerTree;

Powered by Google App Engine
This is Rietveld 408576698