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

Unified Diff: LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html

Issue 486493002: Merge AcceleratedCompositingForOverflowScroll into PreferCompositingToLCDText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-overflowscroll: imagefailure Created 6 years, 4 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/squashing/composited-bounds-for-negative-z.html
diff --git a/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html b/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html
index 692455fb69eebf5074c549b3326b3c0275debe02..3c2568e7b4435495c0e80f9b07f27a32cb544f5d 100644
--- a/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html
+++ b/LayoutTests/compositing/squashing/composited-bounds-for-negative-z.html
@@ -20,7 +20,7 @@
<script>
if (window.testRunner) {
testRunner.dumpAsText();
- internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
+ internals.settings.setPreferCompositingToLCDTextEnabled(true);
internals.settings.setLayerSquashingEnabled(true);
testRunner.setCustomTextOutput(internals.layerTreeAsText(document));
}

Powered by Google App Engine
This is Rietveld 408576698