| Index: LayoutTests/compositing/tiling/tile-cache-zoomed.html
|
| diff --git a/LayoutTests/compositing/tiling/tile-cache-zoomed.html b/LayoutTests/compositing/tiling/tile-cache-zoomed.html
|
| index 167fd2b98c5e4d41ca23f478a31d480e18f47473..4aa730ad204fa5805b0a853ec39fba1f4cb3a4a6 100644
|
| --- a/LayoutTests/compositing/tiling/tile-cache-zoomed.html
|
| +++ b/LayoutTests/compositing/tiling/tile-cache-zoomed.html
|
| @@ -26,8 +26,7 @@
|
| eventSender.scalePageBy(1.6, 1.6);
|
|
|
| if (window.internals) {
|
| - document.getElementById('layers').innerText = internals.layerTreeAsText(document,
|
| - internals.LAYER_TREE_INCLUDES_VISIBLE_RECTS | internals.LAYER_TREE_INCLUDES_TILE_CACHES);
|
| + document.getElementById('layers').innerText = internals.layerTreeAsText(document);
|
| }
|
| }
|
|
|
|
|