| Index: chrome/browser/views/dropdown_bar_host.cc
|
| diff --git a/chrome/browser/views/dropdown_bar_host.cc b/chrome/browser/views/dropdown_bar_host.cc
|
| index e16074c218d4ab600726f9cbbdf37efdb3359544..b72297997f7cfe51deb9455fb88289bd054a66c5 100644
|
| --- a/chrome/browser/views/dropdown_bar_host.cc
|
| +++ b/chrome/browser/views/dropdown_bar_host.cc
|
| @@ -92,7 +92,7 @@ void DropdownBarHost::SetFocusAndSelection() {
|
| }
|
|
|
| bool DropdownBarHost::IsAnimating() const {
|
| - return animation_->IsAnimating();
|
| + return animation_->is_animating();
|
| }
|
|
|
| void DropdownBarHost::Hide(bool animate) {
|
|
|