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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child.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-composited-child.html
diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
index dcc4a0260256966a50f953d04146dad889f39a34..2fae4dbb2bf013b627720fdf00e94968c235fc44 100644
--- a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
+++ b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
@@ -26,7 +26,7 @@
<script>
if (window.internals) {
/* Note carefully, compositing for fixed position is _disabled_ here */
- internals.settings.setAcceleratedCompositingForFixedPositionEnabled(false);
+ internals.settings.setPreferCompositingToLCDTextEnabled(false);
}
function repaintTest()

Powered by Google App Engine
This is Rietveld 408576698