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

Unified Diff: LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html

Issue 480803002: Merge CompositedScrollingForFrames 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/compositing/force-compositing-mode/no-overflow-iframe-layer.html
diff --git a/LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html b/LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html
index acc784422686876257dac4dc3e537c7c82166ae8..f5cde19ad40ff2dc1a3b38cb3f7989456f7bde75 100644
--- a/LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html
+++ b/LayoutTests/compositing/force-compositing-mode/no-overflow-iframe-layer.html
@@ -17,7 +17,7 @@
}
window.addEventListener("load", doTest, false);
if (window.internals) {
- internals.settings.setCompositedScrollingForFramesEnabled(true);
+ internals.settings.setPreferCompositingToLCDTextEnabled(true);
}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698