| Index: ui/views/controls/button/checkbox.cc
|
| diff --git a/ui/views/controls/button/checkbox.cc b/ui/views/controls/button/checkbox.cc
|
| index ef36dc131506c2010fffa77beef36aa595b96fd8..8e85a2dac4d5292e31e9cdc3ca4f3432f54b648c 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() && (focusable() || IsAccessibilityFocusableInRootView())) {
|
| + if (HasFocus() && (focusable() || IsAccessibilityFocusable())) {
|
| 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.
|
|
|