| Index: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
|
| index 40c571e663dafc7a9d1f0246b79c6e7e789c6abb..3f7e7b9a65eaa3010c42e91c4acfc81ae10f18ec 100644
|
| --- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
|
| @@ -930,7 +930,7 @@ void OmniboxViewMac::OnFrameChanged() {
|
| // things even cheaper by refactoring between the popup-placement
|
| // code and the matrix-population code.
|
| popup_view_->UpdatePopupAppearance();
|
| - model()->PopupBoundsChangedTo(popup_view_->GetTargetBounds());
|
| + model()->OnPopupBoundsChanged(popup_view_->GetTargetBounds());
|
|
|
| // Give controller a chance to rearrange decorations.
|
| model()->OnChanged();
|
|
|