| Index: chrome/browser/resources/new_incognito_tab_theme.css
|
| diff --git a/chrome/browser/resources/new_incognito_tab_theme.css b/chrome/browser/resources/new_incognito_tab_theme.css
|
| index 5949bd079fb2b560d7e95be652f1c873d0f7ec2c..b4662c9e5fa048cba478950fd036de3f71b21536 100644
|
| --- a/chrome/browser/resources/new_incognito_tab_theme.css
|
| +++ b/chrome/browser/resources/new_incognito_tab_theme.css
|
| @@ -6,7 +6,8 @@
|
| html {
|
| background-attachment: fixed;
|
| background-color: $2;
|
| - background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
|
| + background-image: -webkit-image-set(
|
| + url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1) 1x);
|
| background-position: $3;
|
| background-repeat: $5;
|
| height: 100%;
|
|
|