Index: LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html |
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html |
index cc08118b866b3fa4e5d21e5b05effddfecff2ba4..1026e37f729ef3a096d964838c298b1670ecb200 100644 |
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html |
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html |
@@ -90,7 +90,7 @@ This test verifies the hit test regions given to the compositor specifically aro |
window.scrollTo(0, 13); |
if (window.internals) { |
- window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(false); |
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(false); |
} |
</script> |
</body> |