| Index: third_party/WebKit/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/resources/srcset-helper.js b/third_party/WebKit/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| index ca2911f3fa84e5518b5e31bd96bf366f59df5c75..025b07fd33c04c2cd0bc17ac774642f7c8b1e239 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/hidpi/resources/srcset-helper.js
|
| @@ -26,8 +26,9 @@ function runTest() {
|
| }
|
| }
|
|
|
| -function scaleFactorIsSet() {
|
| +function scaleFactorIsSet(useZoomForDsfEnabled) {
|
| sessionStorage.scaleFactorIsSet = true;
|
| + sessionStorage.useZoomForDsfEnabled = useZoomForDsfEnabled;
|
| }
|
|
|
| window.addEventListener("load", runTest, false);
|
|
|