Chromium Code Reviews| Index: ui/accessibility/ax_node.h |
| diff --git a/ui/accessibility/ax_node.h b/ui/accessibility/ax_node.h |
| index 54e443d9f1a84b7abb21b54feb867d81d20e37fc..cbc48ad4875991b51b04bb455a009bfba197ecb2 100644 |
| --- a/ui/accessibility/ax_node.h |
| +++ b/ui/accessibility/ax_node.h |
| @@ -44,7 +44,9 @@ class AX_EXPORT AXNode { |
| // Update this node's location. This is separate from SetData just because |
| // changing only the location is common and should be more efficient than |
| // re-copying all of the data. |
| - void SetLocation(const gfx::RectF& new_location); |
| + void SetLocation(int offset_container_id, |
|
aboxhall
2016/08/12 16:05:10
Maybe add to the description to explain the three
dmazzoni
2016/08/15 05:31:11
Done
|
| + const gfx::RectF& location, |
| + gfx::Transform* transform); |
| // Set the index in parent, for example if siblings were inserted or deleted. |
| void SetIndexInParent(int index_in_parent); |