| Index: LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
|
| diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
|
| index dcc4a0260256966a50f953d04146dad889f39a34..2fae4dbb2bf013b627720fdf00e94968c235fc44 100644
|
| --- a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
|
| +++ b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html
|
| @@ -26,7 +26,7 @@
|
| <script>
|
| if (window.internals) {
|
| /* Note carefully, compositing for fixed position is _disabled_ here */
|
| - internals.settings.setAcceleratedCompositingForFixedPositionEnabled(false);
|
| + internals.settings.setPreferCompositingToLCDTextEnabled(false);
|
| }
|
|
|
| function repaintTest()
|
|
|