| 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..81bbb2cce0b199c1773e0941e80d7a7a9314edf8 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 app_icon_mask_size;
|
| };
|
|
|
| NotificationBitmapSizes GetNotificationBitmapSizes();
|
|
|