Chromium Code Reviews| Index: ui/accessibility/ax_node.cc |
| diff --git a/ui/accessibility/ax_node.cc b/ui/accessibility/ax_node.cc |
| index fc2298b4c7118f356e1d23d9278ae96c62098051..462e4e860eb1cc156ebfb8493d19e8740fd43c44 100644 |
| --- a/ui/accessibility/ax_node.cc |
| +++ b/ui/accessibility/ax_node.cc |
| @@ -18,7 +18,7 @@ void AXNode::SetData(const AXNodeData& src) { |
| data_ = src; |
| } |
| -void AXNode::SetLocation(const gfx::Rect& new_location) { |
| +void AXNode::SetLocation(const gfx::RectF& new_location) { |
| data_.location = new_location; |
| } |