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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.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/layer-creation/fixed-position-out-of-view-dynamic.html
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html
index 376ac9b79e7a344b902122917c3db2902fa1c41f..667036eab9755720cde0687218337bcbfc42a3ee 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html
+++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html
@@ -15,7 +15,7 @@
<script type="text/javascript">
if (window.testRunner && window.internals) {
testRunner.dumpAsText();
- internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
+ internals.settings.setPreferCompositingToLCDTextEnabled(true);
addEventListener("load", function() {
var fixed = document.createElement("div");

Powered by Google App Engine
This is Rietveld 408576698