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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-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-scroll.html
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-scroll.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-scroll.html
index 642d7dced117ff363afe41463182e9e31f7b2eb5..60e22e329e15e9fb16b158fa2180003e3ed1b32e 100644
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-scroll.html
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-scroll.html
@@ -125,7 +125,7 @@ preRunHandlerForTest['overflowwithborder'] = function(e) {
};
if (window.internals) {
- window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
}
</script>
</body>
« no previous file with comments | « LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698