| Index: chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc
|
| diff --git a/chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc b/chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc
|
| index 4f71b75c1663467f51c5df90b54c09d4860495eb..f569ff9030cda0b34b513a8f66da9241d0139377 100644
|
| --- a/chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc
|
| +++ b/chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc
|
| @@ -522,7 +522,7 @@ AutocompletePopupContentsView::~AutocompletePopupContentsView() {
|
| }
|
|
|
| gfx::Rect AutocompletePopupContentsView::GetPopupBounds() const {
|
| - if (!size_animation_.IsAnimating())
|
| + if (!size_animation_.is_animating())
|
| return target_bounds_;
|
|
|
| gfx::Rect current_frame_bounds = start_bounds_;
|
|
|