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

Unified Diff: LayoutTests/compositing/squashing/universal-accelerated-overflow-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/universal-accelerated-overflow-scrolling.html
diff --git a/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html b/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
index 7a80e5324c1ecc21e1406c19d85431a91aa7b93b..c75ca468de11724e98ffb6786499ea0237b63a0b 100644
--- a/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
+++ b/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
@@ -32,10 +32,8 @@
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
- if (window.internals) {
+ if (window.internals)
window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
- window.internals.settings.setLayerSquashingEnabled(true);
- }
function doTest() {
var container = document.getElementById("container");

Powered by Google App Engine
This is Rietveld 408576698