summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/extensions/extension_popup_controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/extensions/extension_popup_controller.mm')
-rw-r--r--chrome/browser/cocoa/extensions/extension_popup_controller.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/extensions/extension_popup_controller.mm b/chrome/browser/cocoa/extensions/extension_popup_controller.mm
index c9f61f0..a4e868c 100644
--- a/chrome/browser/cocoa/extensions/extension_popup_controller.mm
+++ b/chrome/browser/cocoa/extensions/extension_popup_controller.mm
@@ -49,7 +49,7 @@ CGFloat Clamp(CGFloat value, CGFloat min, CGFloat max) {
anchoredAt:(NSPoint)anchoredAt
arrowLocation:(BubbleArrowLocation)arrowLocation {
parentWindow_ = parentWindow;
- anchor_ = anchoredAt;
+ anchor_ = [parentWindow convertBaseToScreen:anchoredAt];
host_.reset(host);
scoped_nsobject<InfoBubbleView> view([[InfoBubbleView alloc] init]);