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

Unified Diff: LayoutTests/compositing/tiling/tiled-layer-resize.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/tiled-layer-resize.html
diff --git a/LayoutTests/compositing/tiling/tiled-layer-resize.html b/LayoutTests/compositing/tiling/tiled-layer-resize.html
index e91392846b5794f12d8eeb230933819310b65335..062e7eb18721660aae626464ecfce1182db06a83 100644
--- a/LayoutTests/compositing/tiling/tiled-layer-resize.html
+++ b/LayoutTests/compositing/tiling/tiled-layer-resize.html
@@ -23,7 +23,7 @@
document.getElementById('tiled').style.height = '2100px';
if (window.internals)
- document.getElementById('layers').textContent = window.internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_TILE_CACHES);
+ document.getElementById('layers').textContent = window.internals.layerTreeAsText(document);
}
window.addEventListener('load', doTest, false);
</script>

Powered by Google App Engine
This is Rietveld 408576698