Index: ui/views/controls/button/label_button.cc |
diff --git a/ui/views/controls/button/label_button.cc b/ui/views/controls/button/label_button.cc |
index bc8bf5d5b3c0e55e3768d144ca060bdf2e3da682..a1958093667168f8a619d1774c68b4502c312413 100644 |
--- a/ui/views/controls/button/label_button.cc |
+++ b/ui/views/controls/button/label_button.cc |
@@ -196,7 +196,7 @@ void LabelButton::SetStyle(ButtonStyle style) { |
SetFocusPainter(nullptr); |
SetHorizontalAlignment(gfx::ALIGN_CENTER); |
- SetFocusable(true); |
+ PlatformStyle::SetControlStyleFocus(this); |
SetMinSize(gfx::Size(70, 33)); |
// Themed borders will be set once the button is added to a Widget, since that |