Index: chrome/browser/ui/views/download/download_shelf_view.cc |
=================================================================== |
--- chrome/browser/ui/views/download/download_shelf_view.cc (revision 187890) |
+++ chrome/browser/ui/views/download/download_shelf_view.cc (working copy) |
@@ -252,7 +252,7 @@ |
max_download_x + kDownloadPadding; |
// Align vertically with show_all_view_. |
arrow_image_->SetBounds(next_x, |
- CenterPosition(show_all_size.height(), height()), |
+ CenterPosition(image_size.height(), height()), |
image_size.width(), image_size.height()); |
next_x += image_size.width() + kDownloadsTitlePadding; |
show_all_view_->SetBounds(next_x, |