| Index: chrome/browser/chromeos/drop_shadow_label.cc
|
| diff --git a/chrome/browser/chromeos/drop_shadow_label.cc b/chrome/browser/chromeos/drop_shadow_label.cc
|
| index 5be5e93adaeb7e7ba48800995a6dee2f10ff18b0..8ea602c6de9e9082b88a59540519cb9aefca26cc 100644
|
| --- a/chrome/browser/chromeos/drop_shadow_label.cc
|
| +++ b/chrome/browser/chromeos/drop_shadow_label.cc
|
| @@ -54,8 +54,7 @@ void DropShadowLabel::PaintText(gfx::Canvas* canvas,
|
| gfx::Rect focus_bounds = text_bounds;
|
| focus_bounds.Inset(-Label::kFocusBorderPadding,
|
| -Label::kFocusBorderPadding);
|
| - canvas->DrawFocusRect(focus_bounds.x(), focus_bounds.y(),
|
| - focus_bounds.width(), focus_bounds.height());
|
| + canvas->DrawFocusRect(focus_bounds);
|
| }
|
| }
|
|
|
|
|