Index: chrome/browser/ui/cocoa/info_bubble_view.h |
diff --git a/chrome/browser/ui/cocoa/info_bubble_view.h b/chrome/browser/ui/cocoa/info_bubble_view.h |
index 18765bf57bbcafd197838ee638d822e8ef028a9c..cde4e5fa867b2f915d44a2effb0836aabc8e9cd9 100644 |
--- a/chrome/browser/ui/cocoa/info_bubble_view.h |
+++ b/chrome/browser/ui/cocoa/info_bubble_view.h |
@@ -36,10 +36,12 @@ enum BubbleAlignment { |
@private |
info_bubble::BubbleArrowLocation arrowLocation_; |
info_bubble::BubbleAlignment alignment_; |
+ NSColor* backgroundColor_; |
} |
@property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation; |
@property(assign, nonatomic) info_bubble::BubbleAlignment alignment; |
+@property(retain, nonatomic) NSColor* backgroundColor; |
// Returns the point location in view coordinates of the tip of the arrow. |
- (NSPoint)arrowTip; |