| Index: LayoutTests/compositing/tiling/rotated-tiled-clamped.html
|
| diff --git a/LayoutTests/compositing/tiling/rotated-tiled-clamped.html b/LayoutTests/compositing/tiling/rotated-tiled-clamped.html
|
| index df0e3701ca5a686f4a521070ad3999f69fbf78a3..039b425d8fd132b9b0b5bbf70b568845bde8a970 100644
|
| --- a/LayoutTests/compositing/tiling/rotated-tiled-clamped.html
|
| +++ b/LayoutTests/compositing/tiling/rotated-tiled-clamped.html
|
| @@ -37,8 +37,7 @@
|
| function doTest()
|
| {
|
| 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);
|
| }
|
| }
|
|
|
|
|