| 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 5b6f226ea3502110de491648e2d188d063951e14..5a3bd3d2e5550df685df8a203f2cc9af7ab47d89 100644
|
| --- a/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| +++ b/ui/views/accessibility/ax_window_obj_wrapper.cc
|
| @@ -53,7 +53,7 @@ void AXWindowObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
|
| out_node_data->AddStringAttribute(ui::AX_ATTR_NAME,
|
| base::UTF16ToUTF8(window_->title()));
|
| out_node_data->state = 0;
|
| - out_node_data->location = window_->bounds();
|
| + out_node_data->location = gfx::RectF(window_->bounds());
|
| }
|
|
|
| int32_t AXWindowObjWrapper::GetID() {
|
|
|