| Index: ash/system/toast/toast_overlay.cc
|
| diff --git a/ash/system/toast/toast_overlay.cc b/ash/system/toast/toast_overlay.cc
|
| index 45612b57b513d21e00bacf4f01d8f39f17b6d039..d8cfec859588f09f47b16991e168fec8b2e8a711 100644
|
| --- a/ash/system/toast/toast_overlay.cc
|
| +++ b/ash/system/toast/toast_overlay.cc
|
| @@ -65,7 +65,7 @@ ToastOverlayLabel::ToastOverlayLabel(const std::string& label) {
|
| SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| SetFontList(rb->GetFontList(kTextFontStyle));
|
| SetAutoColorReadabilityEnabled(false);
|
| - SetFocusable(false);
|
| + SetFocusBehavior(views::View::FocusBehavior::NEVER);
|
| SetEnabledColor(SK_ColorWHITE);
|
| SetDisabledColor(SK_ColorWHITE);
|
| SetSubpixelRenderingEnabled(false);
|
|
|