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

Unified Diff: LayoutTests/compositing/absolute-inside-out-of-view-fixed.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
« no previous file with comments | « no previous file | LayoutTests/compositing/fixed-position-changed-to-absolute.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
diff --git a/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html b/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
index 93cecb3635dfc1f587e90fff474bf80e9975db9f..d9da89b55708a68c8c83baf5d1ea191bc0a59d4f 100644
--- a/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
+++ b/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
@@ -32,7 +32,7 @@
testRunner.dumpAsText();
}
if (window.internals) {
- window.internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
}
function doScroll()
« no previous file with comments | « no previous file | LayoutTests/compositing/fixed-position-changed-to-absolute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698