| Index: ui/views/controls/focusable_border.cc
|
| diff --git a/ui/views/controls/focusable_border.cc b/ui/views/controls/focusable_border.cc
|
| index 972bb560e1c4ad3f34fd9f1a4ce13f6d7c76fb93..e96914d5697a24d907a39f7b34b56e5fa9cd1963 100644
|
| --- a/ui/views/controls/focusable_border.cc
|
| +++ b/ui/views/controls/focusable_border.cc
|
| @@ -54,7 +54,7 @@ void FocusableBorder::Paint(const View& view, gfx::Canvas* canvas) {
|
| flags.setStrokeWidth(SkIntToScalar(stroke_width_px));
|
|
|
| // Scale the rect and snap to pixel boundaries.
|
| - gfx::RectF rect(gfx::ScaleToEnclosingRect(view.GetLocalBounds(), dsf));
|
| + gfx::RectF rect(gfx::ScaleToEnclosedRect(view.GetLocalBounds(), dsf));
|
| rect.Inset(gfx::InsetsF(stroke_width_px / 2.0f));
|
|
|
| SkPath path;
|
|
|