| Index: ui/views/controls/button/checkbox.cc
|
| diff --git a/ui/views/controls/button/checkbox.cc b/ui/views/controls/button/checkbox.cc
|
| index 1221efa8d2d66f82153d11c6bc570fa24ea402e2..ef36dc131506c2010fffa77beef36aa595b96fd8 100644
|
| --- a/ui/views/controls/button/checkbox.cc
|
| +++ b/ui/views/controls/button/checkbox.cc
|
| @@ -61,7 +61,7 @@ void Checkbox::GetAccessibleState(ui::AccessibleViewState* state) {
|
| }
|
|
|
| void Checkbox::OnPaintFocusBorder(gfx::Canvas* canvas) {
|
| - if (HasFocus() && (IsFocusable() || IsAccessibilityFocusableInRootView())) {
|
| + if (HasFocus() && (focusable() || IsAccessibilityFocusableInRootView())) {
|
| gfx::Rect bounds(GetTextBounds());
|
| // Increate the bounding box by one on each side so that that focus border
|
| // does not draw on top of the letters.
|
|
|