| Index: chrome/browser/cocoa/info_bubble_view.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/info_bubble_view.h (revision 43634)
|
| +++ chrome/browser/cocoa/info_bubble_view.h (working copy)
|
| @@ -36,6 +36,9 @@
|
| @property (assign, nonatomic) BubbleArrowLocation arrowLocation;
|
| @property (assign, nonatomic) InfoBubbleType bubbleType;
|
|
|
| +// Returns the point location in view coordinates of the tip of the arrow.
|
| +- (NSPoint)arrowTip;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_COCOA_INFO_BUBBLE_VIEW_H_
|
|
|