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

Unified Diff: LayoutTests/compositing/update-paint-phases.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/update-paint-phases.html
diff --git a/LayoutTests/compositing/update-paint-phases.html b/LayoutTests/compositing/update-paint-phases.html
index 5ac53d1947e0206d3860a2e249347927bfe44f5c..c94a399c6b1d6cf57ba9a1cf5d75fb9c82fb7557 100644
--- a/LayoutTests/compositing/update-paint-phases.html
+++ b/LayoutTests/compositing/update-paint-phases.html
@@ -22,7 +22,7 @@
</style>
<script>
if (window.internals) {
- internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
+ internals.settings.setPreferCompositingToLCDTextEnabled(true);
}
</script>
<div class="scroller">

Powered by Google App Engine
This is Rietveld 408576698