| Index: chrome/browser/ui/cocoa/base_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.h b/chrome/browser/ui/cocoa/base_bubble_controller.h
|
| index 773ec584c3128edf49595ab7e5b366b38c9a0af6..0b9315b3e7139c28a0e0551f284762f900e09cc9 100644
|
| --- a/chrome/browser/ui/cocoa/base_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/base_bubble_controller.h
|
| @@ -34,6 +34,8 @@ class Bridge;
|
| }
|
|
|
| @property(nonatomic, readonly) NSWindow* parentWindow;
|
| +// The point in base screen coordinates at which the bubble should open and the
|
| +// arrow tip points.
|
| @property(nonatomic, assign) NSPoint anchorPoint;
|
| @property(nonatomic, readonly) InfoBubbleView* bubble;
|
|
|
|
|