| 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 81f44e36cc0287eafb34e5341a55fb2db6bbb063..57b87d6539775562768f5c2ebbdff57b6114586f 100644
|
| --- a/ui/views/controls/button/label_button.cc
|
| +++ b/ui/views/controls/button/label_button.cc
|
| @@ -127,10 +127,8 @@ LabelButton::LabelButton(ButtonListener* listener, const base::string16& text)
|
| label_->SetHorizontalAlignment(gfx::ALIGN_TO_HEAD);
|
|
|
| // Inset the button focus rect from the actual border; roughly match Windows.
|
| - if (!ui::MaterialDesignController::IsModeMaterial()) {
|
| - SetFocusPainter(Painter::CreateDashedFocusPainterWithInsets(gfx::Insets(
|
| - kFocusRectInset, kFocusRectInset, kFocusRectInset, kFocusRectInset)));
|
| - }
|
| + SetFocusPainter(Painter::CreateDashedFocusPainterWithInsets(gfx::Insets(
|
| + kFocusRectInset, kFocusRectInset, kFocusRectInset, kFocusRectInset)));
|
| }
|
|
|
| LabelButton::~LabelButton() {}
|
|
|