| Index: ash/common/system/tray/tray_background_view.cc
|
| diff --git a/ash/common/system/tray/tray_background_view.cc b/ash/common/system/tray/tray_background_view.cc
|
| index 7fa03a8f9fcb316a708960c7a33b5294670bb306..727b1ae57d1dd317b82a6d566d01702d389ecdf5 100644
|
| --- a/ash/common/system/tray/tray_background_view.cc
|
| +++ b/ash/common/system/tray/tray_background_view.cc
|
| @@ -236,7 +236,7 @@ void TrayBackgroundView::TrayContainer::UpdateLayout() {
|
| const gfx::Insets margin(
|
| is_horizontal ? gfx::Insets(cross_axis_margin_, main_axis_margin_)
|
| : gfx::Insets(main_axis_margin_, cross_axis_margin_));
|
| - SetBorder(views::Border::CreateEmptyBorder(insets + margin));
|
| + SetBorder(views::CreateEmptyBorder(insets + margin));
|
|
|
| views::BoxLayout* layout = new views::BoxLayout(orientation, 0, 0, 0);
|
| if (!ash::MaterialDesignController::IsShelfMaterial())
|
|
|