| Index: chrome/browser/cocoa/base_bubble_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/base_bubble_controller.mm (revision 65381)
|
| +++ chrome/browser/cocoa/base_bubble_controller.mm (working copy)
|
| @@ -190,7 +190,7 @@
|
| info_bubble::kBubbleArrowWidth / 2.0, 0);
|
| offsets = [[parentWindow_ contentView] convertSize:offsets toView:nil];
|
| if ([bubble_ arrowLocation] == info_bubble::kTopRight) {
|
| - origin.x -= NSWidth([window frame]) + offsets.width;
|
| + origin.x -= NSWidth([window frame]) - offsets.width;
|
| } else {
|
| origin.x -= offsets.width;
|
| }
|
|
|