| Index: ash/system/tray/tray_background_view.cc
|
| diff --git a/ash/system/tray/tray_background_view.cc b/ash/system/tray/tray_background_view.cc
|
| index fc24c14932af7c4673e9a46c1d195ce8701d965a..5aaffeeb6e37ef8d4936b31cb943e72e1ffb3193 100644
|
| --- a/ash/system/tray/tray_background_view.cc
|
| +++ b/ash/system/tray/tray_background_view.cc
|
| @@ -229,7 +229,7 @@ void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) {
|
| UpdateLayout();
|
| }
|
|
|
| -gfx::Size TrayBackgroundView::TrayContainer::GetPreferredSize() {
|
| +gfx::Size TrayBackgroundView::TrayContainer::GetPreferredSize() const {
|
| if (size_.IsEmpty())
|
| return views::View::GetPreferredSize();
|
| return size_;
|
|
|