Chromium Code Reviews| Index: components/favicon_base/favicon_types.h |
| diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h |
| index 6a399cefe0ebb4e03e6000ea79e6480a60862805..02f84b685e0a625c5ec1ae19577e247528b49bca 100644 |
| --- a/components/favicon_base/favicon_types.h |
| +++ b/components/favicon_base/favicon_types.h |
| @@ -68,6 +68,10 @@ struct FaviconRawBitmapResult { |
| // The pixel dimensions of |bitmap_data|. |
| gfx::Size pixel_size; |
| + // The pixel dimensions of the bitmap before it was resized to the desired |
| + // size. |
|
pkotwicz
2016/12/19 00:03:29
How about: "The pixel dimensions of the bitmap sto
jkrcal
2016/12/19 17:07:19
Done.
|
| + gfx::Size pixel_size_in_db; |
| + |
| // The URL of the containing favicon. |
| GURL icon_url; |