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

Unified Diff: LayoutTests/compositing/squashing/add-remove-squashed-layers.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/add-remove-squashed-layers.html
diff --git a/LayoutTests/compositing/squashing/add-remove-squashed-layers.html b/LayoutTests/compositing/squashing/add-remove-squashed-layers.html
index 592f767f398aa4ffca30c3a4b2559b9d13ad5f3d..eb5834bdbc49c03f4dc633fd264c84d5c2d0f3ae 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers.html
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers.html
@@ -59,10 +59,8 @@ div:hover {
var isInteractive = true;
- if (window.internals) {
- internals.settings.setLayerSquashingEnabled(true);
+ if (window.internals)
isInteractive = false;
- }
function resetLayers()
{

Powered by Google App Engine
This is Rietveld 408576698