| Index: components/favicon_base/fallback_icon_style.h
|
| diff --git a/components/favicon_base/fallback_icon_style.h b/components/favicon_base/fallback_icon_style.h
|
| index 478efb8eb05ce32d17b6462d40a889e6179b789a..925773080eb1343bb95a352c89126dea01329a12 100644
|
| --- a/components/favicon_base/fallback_icon_style.h
|
| +++ b/components/favicon_base/fallback_icon_style.h
|
| @@ -21,6 +21,7 @@ struct FallbackIconStyle {
|
|
|
| // Icon background fill color.
|
| SkColor background_color;
|
| + bool is_default_background_color;
|
|
|
| // Icon text color.
|
| SkColor text_color;
|
|
|