Index: ui/accessibility/platform/ax_platform_node_delegate.h |
diff --git a/ui/accessibility/platform/ax_platform_node_delegate.h b/ui/accessibility/platform/ax_platform_node_delegate.h |
index 3dfe1d7f965e3448762fb8e47d5213ae9a4f0b06..0eb0df2da5f402c9d029d4de72feff896906a8c5 100644 |
--- a/ui/accessibility/platform/ax_platform_node_delegate.h |
+++ b/ui/accessibility/platform/ax_platform_node_delegate.h |
@@ -49,8 +49,8 @@ class AX_EXPORT AXPlatformNodeDelegate { |
// Get the child of a node given a 0-based index. |
virtual gfx::NativeViewAccessible ChildAtIndex(int index) = 0; |
- // Get the offset to convert local coordinates to screen global coordinates. |
- virtual gfx::Vector2d GetGlobalCoordinateOffset() = 0; |
+ // Get the bounds of this node in screen coordinates. |
+ virtual gfx::Rect GetScreenBoundsRect() const = 0; |
// Do a *synchronous* hit test of the given location in global screen |
// coordinates, and the node within this node's subtree (inclusive) that's |