Unify tile generation code across home, bookmarks, recents etc |
|
Issue descriptionThey currently use RoundedIconGenerator on their own, but it probably would be better to all rely on some sort of SiteIconGenerator that would deduplicate more things and make sure we have a consistent UI everywhere (e.g. avoid issue 760088). It looks like the only parameterization there would be the desired icon size (and a context), the rest should be same across surfaces.
,
Aug 30 2017
It could just rely on whether we are using modern style? Then adjust the corner radius depending on the requested tile size?
,
Aug 30 2017
+1 to unifying home, bookmarks and history (and anything else displaying favicons). We could certainly rely on #isChromeHomeModernEnabled() to determine whether the corner radius needs to be adjusted. |
|
►
Sign in to add a comment |
|
Comment 1 by mvanouwe...@chromium.org
, Aug 30 2017Labels: zine-triaged