| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.mm b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.mm
|
| index c408dcfd0c064ae86bede07e33947f3e5c066873..8cf7c440b30bb3a11ceb4589b34a9f6c99467f19 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_sheet_controller.mm
|
| @@ -192,6 +192,10 @@ NSValue* GetKeyForParentWindow(NSWindow* parent_window) {
|
| return [sheets_ count];
|
| }
|
|
|
| +- (void)updateSheetPosition {
|
| + [self updateSheetPosition:activeView_];
|
| +}
|
| +
|
| - (ConstrainedWindowSheetInfo*)findSheetInfoForParentView:(NSView*)parentView {
|
| for (ConstrainedWindowSheetInfo* info in sheets_.get()) {
|
| if ([parentView isEqual:[info parentView]])
|
|
|