| Index: chrome/common/extensions/api/notifications/notification_style.h
|
| diff --git a/chrome/common/extensions/api/notifications/notification_style.h b/chrome/common/extensions/api/notifications/notification_style.h
|
| index ef4eb191b727015d1be90d94cda0a431267290d0..3c61411ee495322bfde7a9170d120182afb55071 100644
|
| --- a/chrome/common/extensions/api/notifications/notification_style.h
|
| +++ b/chrome/common/extensions/api/notifications/notification_style.h
|
| @@ -10,9 +10,13 @@
|
| // This structure describes the size in DIPs of each type of image rendered
|
| // by the notification center within a notification.
|
| struct NotificationBitmapSizes {
|
| + NotificationBitmapSizes();
|
| + ~NotificationBitmapSizes();
|
| +
|
| gfx::Size image_size;
|
| gfx::Size icon_size;
|
| gfx::Size button_icon_size;
|
| + gfx::Size small_icon_size;
|
| };
|
|
|
| NotificationBitmapSizes GetNotificationBitmapSizes();
|
|
|