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

Unified Diff: LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.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/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
diff --git a/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html b/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
index bc75b1e8f4bb99fa63b529f134e8ef7a866fe3f2..f14d722d15289131161079cf48b6d6aaa3f04d17 100644
--- a/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
+++ b/LayoutTests/compositing/layer-creation/squashing-into-ancestor-clipping-layer-change-removal.html
@@ -54,7 +54,7 @@ This test passes if it doesn't crash.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
- internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
+ internals.settings.setPreferCompositingToLCDTextEnabled(true);
internals.settings.setLayerSquashingEnabled(true);
} else {
alert('This test require window.testRunner.')

Powered by Google App Engine
This is Rietveld 408576698