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

Unified Diff: LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html

Issue 16509007: Cleanup constants for layerTreeAsText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: naming Created 7 years, 6 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: LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html
diff --git a/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html b/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html
index 16b29f73427af1197fc04416237ce6be39eda283..8c13af63749fdbc3fbb8731197d03903c4e2a8e8 100644
--- a/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html
+++ b/LayoutTests/compositing/tiling/rotated-tiled-preserve3d-clamped.html
@@ -40,8 +40,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);
}
}

Powered by Google App Engine
This is Rietveld 408576698