Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4130)

Unified Diff: chrome/common/extensions/api/notifications/notification_style.h

Issue 308053004: Add appIconMask to notification API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/common/extensions/api/notifications.idl ('k') | chrome/common/extensions/api/notifications/notification_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698