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

Unified Diff: LayoutTests/compositing/squashing/squashing-inside-perspective-with-reparented-scrolling.html

Issue 785333002: Delete the Layer Squashing runtime feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/squashing/squashing-inside-perspective-with-reparented-scrolling.html
diff --git a/LayoutTests/compositing/squashing/squashing-inside-perspective-with-reparented-scrolling.html b/LayoutTests/compositing/squashing/squashing-inside-perspective-with-reparented-scrolling.html
index ddeed461d3b6d0fa751bdbf2541234b6e83103b2..7edd589c91b833f9181e6b7645c125ec2dfe7a46 100644
--- a/LayoutTests/compositing/squashing/squashing-inside-perspective-with-reparented-scrolling.html
+++ b/LayoutTests/compositing/squashing/squashing-inside-perspective-with-reparented-scrolling.html
@@ -40,6 +40,5 @@
if (window.internals) {
window.internals.settings.setOverlayScrollbarsEnabled(true);
window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
- window.internals.settings.setLayerSquashingEnabled(true);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698