| 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 0f08a3c8434892d11c5071a577d14714744b795b..e0af88d41f22b16f5a6b705629651f74d22f81a1 100644
|
| --- a/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| +++ b/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| @@ -53,7 +53,6 @@ void AXWindowObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
|
| out_node_data->role = is_alert_ ? ui::AX_ROLE_ALERT : ui::AX_ROLE_WINDOW;
|
| out_node_data->AddStringAttribute(ui::AX_ATTR_NAME,
|
| base::UTF16ToUTF8(window_->GetTitle()));
|
| - out_node_data->state = 0;
|
| out_node_data->location = gfx::RectF(window_->GetBoundsInScreen());
|
|
|
| ui::AXTreeIDRegistry::AXTreeID child_ax_tree_id =
|
|
|