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

Unified Diff: LayoutTests/compositing/force-compositing-mode/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/overflow-iframe-layer.html
diff --git a/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html b/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
index a264a490665913a821372b2d2d9aa287ec7839ca..64f9494dcd3ef0d2f17d0b05de84560df230a96a 100644
--- a/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
+++ b/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
@@ -8,7 +8,7 @@
</style>
<script>
if (window.internals) {
- internals.settings.setCompositedScrollingForFramesEnabled(true);
+ internals.settings.setPreferCompositingToLCDTextEnabled(true);
}
function doTest()
{

Powered by Google App Engine
This is Rietveld 408576698