| 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()
|
| {
|
|
|