Index: third_party/WebKit/public/platform/modules/notifications/WebNotificationResources.h |
diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationResources.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationResources.h |
index d34e72a83130c92c658372e8eca90aeda1150097..4d900c1adf592f766c022449a89206188d7dfb0d 100644 |
--- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationResources.h |
+++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationResources.h |
@@ -12,6 +12,10 @@ namespace blink { |
// Structure representing the resources associated with a Web Notification. |
struct WebNotificationResources { |
+ // Content image for the notification. The bitmap may be empty if the |
+ // developer did not provide a image, or fetching of the image failed. |
+ SkBitmap image; |
+ |
// Main icon for the notification. The bitmap may be empty if the developer |
// did not provide an icon, or fetching of the icon failed. |
SkBitmap icon; |