| Index: ash/system/toast/toast_overlay.cc
|
| diff --git a/ash/system/toast/toast_overlay.cc b/ash/system/toast/toast_overlay.cc
|
| index deaba0eb817eb5476a12da69a8a07c252b1643a1..8a7f60b3bf828881513550912ba4eb37ef480fae 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(FocusBehavior::NEVER);
|
| SetEnabledColor(SK_ColorWHITE);
|
| SetDisabledColor(SK_ColorWHITE);
|
| SetSubpixelRenderingEnabled(false);
|
|
|