| Index: chrome/browser/android/shortcut_info.cc
|
| diff --git a/chrome/browser/android/shortcut_info.cc b/chrome/browser/android/shortcut_info.cc
|
| index 817d877dcc2be2a5164ab4e19a1ebc38958c46c9..9d2d1c409af0ca56ede05935ac6cc0fbcd681e4a 100644
|
| --- a/chrome/browser/android/shortcut_info.cc
|
| +++ b/chrome/browser/android/shortcut_info.cc
|
| @@ -10,7 +10,9 @@ ShortcutInfo::ShortcutInfo(const GURL& shortcut_url)
|
| orientation(blink::WebScreenOrientationLockDefault),
|
| source(SOURCE_ADD_TO_HOMESCREEN_SHORTCUT),
|
| theme_color(content::Manifest::kInvalidOrMissingColor),
|
| - background_color(content::Manifest::kInvalidOrMissingColor) {}
|
| + background_color(content::Manifest::kInvalidOrMissingColor),
|
| + ideal_splash_image_size_in_px(0),
|
| + minimum_splash_image_size_in_px(0) {}
|
|
|
| ShortcutInfo::ShortcutInfo(const ShortcutInfo& other) = default;
|
|
|
|
|