| Index: ui/accessibility/ax_node_data.h
|
| diff --git a/ui/accessibility/ax_node_data.h b/ui/accessibility/ax_node_data.h
|
| index fe819f1bb084f5bbfe940ed38082d2c1c8786d97..7fe95e2f529e9a8a131c2d8c77549d5aa5375d9d 100644
|
| --- a/ui/accessibility/ax_node_data.h
|
| +++ b/ui/accessibility/ax_node_data.h
|
| @@ -16,7 +16,7 @@
|
| #include "base/strings/string_split.h"
|
| #include "ui/accessibility/ax_enums.h"
|
| #include "ui/accessibility/ax_export.h"
|
| -#include "ui/gfx/geometry/rect.h"
|
| +#include "ui/gfx/geometry/rect_f.h"
|
|
|
| namespace gfx {
|
| class Transform;
|
| @@ -114,7 +114,7 @@ struct AX_EXPORT AXNodeData {
|
| std::vector<int32_t> child_ids;
|
|
|
| // The object's location relative to its window or frame.
|
| - gfx::Rect location;
|
| + gfx::RectF location;
|
|
|
| // An additional transform to apply to position this object and its subtree.
|
| // NOTE: this member is a std::unique_ptr because it's rare and gfx::Transform
|
|
|