| Index: ash/common/system/tray/tray_popup_utils.cc
|
| diff --git a/ash/common/system/tray/tray_popup_utils.cc b/ash/common/system/tray/tray_popup_utils.cc
|
| index 0ccaad381ac7fa1672e58cb5001f32bfb2c86a4d..feaadafd1d384b24225d78d245fa45b00e0f778d 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.cc
|
| +++ b/ash/common/system/tray/tray_popup_utils.cc
|
| @@ -77,9 +77,9 @@ std::unique_ptr<views::LayoutManager> TrayPopupUtils::CreateLayoutManager(
|
| views::Label* TrayPopupUtils::CreateDefaultLabel() {
|
| views::Label* label = new views::Label();
|
| label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| - label->SetBorder(
|
| - views::Border::CreateEmptyBorder(0, kTrayPopupLabelHorizontalPadding, 0,
|
| - kTrayPopupLabelHorizontalPadding));
|
| + label->SetBorder(views::CreateEmptyBorder(0, kTrayPopupLabelHorizontalPadding,
|
| + 0,
|
| + kTrayPopupLabelHorizontalPadding));
|
|
|
| // TODO(bruthig): Fix this so that |label| uses the kBackgroundColor to
|
| // perform subpixel rendering instead of disabling subpixel rendering.
|
|
|