| Index: chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| diff --git a/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc b/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| index a512660bbf4dd6d65ad3d5c1fb051d2289f6fa4e..b9250e4487cb86f7c1f13f2cc3fbe7de50e2ed5c 100644
|
| --- a/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| +++ b/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| @@ -54,7 +54,7 @@ void AXRootObjWrapper::GetChildren(
|
| void AXRootObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
|
| out_node_data->id = id_;
|
| out_node_data->role = ui::AX_ROLE_DESKTOP;
|
| - out_node_data->state = 0;
|
| + out_node_data->ClearBitfields();
|
| out_node_data->AddStringAttribute(ui::AX_ATTR_CHROME_CHANNEL,
|
| chrome::GetChannelString());
|
| }
|
|
|