| Index: chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| index 2cd3ffe360a9ad5527005498b0f7e2a48b8270b5..3e724c0048666ed435af7518174d700008c5e02e 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.mm
|
| @@ -288,7 +288,7 @@ class DevtoolsNotificationBridge : public content::NotificationObserver {
|
| frame.size.height += info_bubble::kBubbleArrowHeight +
|
| info_bubble::kBubbleCornerRadius;
|
| frame.size.width += info_bubble::kBubbleCornerRadius;
|
| - frame = [extensionView_ convertRectToBase:frame];
|
| + frame = [extensionView_ convertRect:frame toView:nil];
|
| // Adjust the origin according to the height and width so that the arrow is
|
| // positioned correctly at the middle and slightly down from the button.
|
| NSPoint windowOrigin = self.anchorPoint;
|
|
|