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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html

Issue 476273003: Rename acceleratedCompositingForFixedPosition to preferCompositingToLCDText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-fixedpos: rebase 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/repaint/fixed-pos-with-abs-pos-child-scroll.html
diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html b/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
index ebda8ac1d98caea3c0d0e5c9a47905413600faeb..ff3fbb0de574a17a5726985bb17f3befe06ba692 100644
--- a/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
+++ b/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
@@ -27,7 +27,7 @@
}
if (window.internals) {
- window.internals.settings.setAcceleratedCompositingForFixedPositionEnabled(false);
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(false);
}
window.onload = function() {

Powered by Google App Engine
This is Rietveld 408576698