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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.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/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>

Powered by Google App Engine
This is Rietveld 408576698