| Index: chrome/browser/views/bookmark_bar_view.cc
|
| diff --git a/chrome/browser/views/bookmark_bar_view.cc b/chrome/browser/views/bookmark_bar_view.cc
|
| index 0cf4a71ea17d7c9a994ee008a291574fa8299193..0d76874bfa77aba2f9c53d178a66c510d9ad8f99 100644
|
| --- a/chrome/browser/views/bookmark_bar_view.cc
|
| +++ b/chrome/browser/views/bookmark_bar_view.cc
|
| @@ -1105,7 +1105,7 @@ void BookmarkBarView::WriteDragData(View* sender,
|
| }
|
|
|
| int BookmarkBarView::GetDragOperations(View* sender, const gfx::Point& p) {
|
| - if (size_animation_->IsAnimating() ||
|
| + if (size_animation_->is_animating() ||
|
| (size_animation_->GetCurrentValue() == 0 && !OnNewTabPage())) {
|
| // Don't let the user drag while animating open or we're closed (and not on
|
| // the new tab page, on the new tab page size_animation_ is always 0). This
|
|
|