| Index: ash/system/tray/actionable_view.cc
|
| diff --git a/ash/system/tray/actionable_view.cc b/ash/system/tray/actionable_view.cc
|
| index 1fae3ba1e1a68f8b58081001c16fec918b8b3067..9a21b04746991002aaa568546b394ee44d241981 100644
|
| --- a/ash/system/tray/actionable_view.cc
|
| +++ b/ash/system/tray/actionable_view.cc
|
| @@ -24,8 +24,8 @@ ActionableView::~ActionableView() {
|
|
|
| void ActionableView::DrawBorder(gfx::Canvas* canvas, const gfx::Rect& bounds) {
|
| gfx::Rect rect = bounds;
|
| - rect.Inset(1, 1, 3, 3);
|
| - canvas->DrawRect(rect, kFocusBorderColor);
|
| + rect.Inset(1, 1, 3, 2);
|
| + canvas->DrawSolidFocusRect(rect, kFocusBorderColor);
|
| }
|
|
|
| const char* ActionableView::GetClassName() const {
|
|
|