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

Unified Diff: LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html

Issue 479893002: Merge acceleratedCompositingForFixedRootBackground into preferCompositingToLCDText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html
diff --git a/LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html b/LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html
index 8c371ac608cff0953595ab7ccbfc14dbdecf4fe5..d01dd71090d6d5e053de6eb61e0e5e921a0e5733 100644
--- a/LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html
+++ b/LayoutTests/fast/repaint/full-viewport-repaint-for-background-attachment-fixed.html
@@ -9,7 +9,7 @@ body {
<script src="resources/text-based-repaint.js" type="text/javascript"></script>
<script>
if (window.testRunner)
- window.internals.settings.setAcceleratedCompositingForFixedRootBackgroundEnabled(false);
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(false);
function repaintTest() {
window.scrollTo(0, 1000);

Powered by Google App Engine
This is Rietveld 408576698