| 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 1ecc6dfc709c5bf0bcd48a5669fcc4ce6bc47a54..a060672b657a0523304efde744b2d92044ef2cab 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);
|
| + document.getElementById("console").innerHTML = window.internals.layerTreeAsText(document, window.internals.OUTPUT_CHILDREN_AS_LAYER_LIST);
|
| }
|
|
|
| window.onload = dumpLayerTree;
|
|
|