Chromium Code Reviews| Index: ui/views/accessibility/ax_widget_obj_wrapper.cc |
| diff --git a/ui/views/accessibility/ax_widget_obj_wrapper.cc b/ui/views/accessibility/ax_widget_obj_wrapper.cc |
| index 70307b919d3e93b1d60cbc41593722767c4d1adf..517aa10a083c9e1073dc7667617cf25640ca0bca 100644 |
| --- a/ui/views/accessibility/ax_widget_obj_wrapper.cc |
| +++ b/ui/views/accessibility/ax_widget_obj_wrapper.cc |
| @@ -34,7 +34,6 @@ void AXWidgetObjWrapper::GetChildren( |
| std::vector<AXAuraObjWrapper*>* out_children) { |
| if (!widget_->IsVisible() || !widget_->GetRootView()->visible()) |
| return; |
| - |
|
sadrul
2017/02/07 04:19:35
Restore?
yiyix
2017/02/08 19:47:40
Done.
|
| out_children->push_back( |
| AXAuraObjCache::GetInstance()->GetOrCreate(widget_->GetRootView())); |
| } |