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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects.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.html
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
index 20c840b677d9b8e84ea0c0a4a2235bc86fd02382..c40a6f5dda2aee52e7b8bd7694ee7d46deb627fe 100644
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
@@ -161,7 +161,7 @@ preRunHandlerForTest['styleModified'] = function(e) {
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