| Index: ui/views/accessibility/ax_window_obj_wrapper.cc
|
| diff --git a/ui/views/accessibility/ax_window_obj_wrapper.cc b/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| index c96457318e0930101f54e045b8de0fc7ccd69b7d..5b6f226ea3502110de491648e2d188d063951e14 100644
|
| --- a/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| +++ b/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| @@ -43,7 +43,7 @@ void AXWindowObjWrapper::GetChildren(
|
|
|
| // Also consider any associated widgets as children.
|
| Widget* widget = Widget::GetWidgetForNativeView(window_);
|
| - if (widget)
|
| + if (widget && widget->IsVisible())
|
| out_children->push_back(AXAuraObjCache::GetInstance()->GetOrCreate(widget));
|
| }
|
|
|
|
|