| Index: ui/views/controls/focusable_border.cc
|
| diff --git a/ui/views/controls/focusable_border.cc b/ui/views/controls/focusable_border.cc
|
| index 225dfb9d2f649b39b5c0f034507de1c3bf59f628..830ceae92caf5b5103aab04f779ea27e601b9898 100644
|
| --- a/ui/views/controls/focusable_border.cc
|
| +++ b/ui/views/controls/focusable_border.cc
|
| @@ -39,8 +39,8 @@ void FocusableBorder::Paint(const View& view, gfx::Canvas* canvas) {
|
| if (ui::MaterialDesignController::IsSecondaryUiMaterial() && view.HasFocus())
|
| return;
|
|
|
| - SkPaint paint;
|
| - paint.setStyle(SkPaint::kStroke_Style);
|
| + CdlPaint paint;
|
| + paint.setStyle(CdlPaint::kStroke_Style);
|
| paint.setColor(GetCurrentColor(view));
|
|
|
| if (ui::MaterialDesignController::IsSecondaryUiMaterial()) {
|
|
|