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

Unified Diff: LayoutTests/compositing/iframes/iframe-composited-scrolling.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/iframes/iframe-composited-scrolling.html
diff --git a/LayoutTests/compositing/iframes/iframe-composited-scrolling.html b/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
index de369711abce016a864a279eb6a9777e5eee3270..3035a531695ff7ca871ab344f1b68de73d5e6566 100644
--- a/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
+++ b/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
@@ -9,7 +9,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