Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / notifications / notification_style.h
index ef4eb19..81bbb2c 100644 (file)
 // 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();