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

Unified Diff: LayoutTests/compositing/tiling/tile-cache-zoomed.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/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);
}
}

Powered by Google App Engine
This is Rietveld 408576698