| Index: LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js
|
| diff --git a/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js b/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js
|
| index fbdb548f3d988e0b8038f78702b34dfa4e334614..aa543f9c1be9e16d0a5afb5e3bf1d63a37f0eb54 100644
|
| --- a/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js
|
| +++ b/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-testing.js
|
| @@ -2,7 +2,8 @@ function runNonFastScrollableRegionTest(scale) {
|
| var invScale;
|
| window.internals.settings.setMockScrollbarsEnabled(true);
|
| if (scale != undefined) {
|
| - window.internals.setPageScaleFactor(scale, 0, 0);
|
| + if (window.eventSender)
|
| + eventSender.scalePageBy(scale, 0, 0);
|
| // FIXME: This is a hack for applyPageScaleFactorInCompositor() == false.
|
| invScale = 1 / scale;
|
| } else {
|
|
|