Index: ui/message_center/cocoa/notification_controller.mm |
diff --git a/ui/message_center/cocoa/notification_controller.mm b/ui/message_center/cocoa/notification_controller.mm |
index ae4b8fc490ccc672b9f660ea23e1ba3d8a6ba9c4..7893e96d69cf911474ec1b07b4c8bc4357e8f14b 100644 |
--- a/ui/message_center/cocoa/notification_controller.mm |
+++ b/ui/message_center/cocoa/notification_controller.mm |
@@ -736,8 +736,6 @@ |
base::scoped_nsobject<NSBox> imageBox( |
[[AccessibilityIgnoredBox alloc] initWithFrame:imageFrame]); |
[self configureCustomBox:imageBox]; |
- [imageBox setFillColor:skia::SkColorToCalibratedNSColor( |
- message_center::kIconBackgroundColor)]; |
[imageBox setAutoresizingMask:NSViewMinYMargin]; |
// Inside the image box put the actual icon view. |