Index: content/browser/accessibility/browser_accessibility.h |
diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h |
index c8b8738e747b5a29b4ed653cf208dc6bf12a60b9..871d6b1df73ae0c325700a37f3c6be2ddff931d1 100644 |
--- a/content/browser/accessibility/browser_accessibility.h |
+++ b/content/browser/accessibility/browser_accessibility.h |
@@ -151,9 +151,6 @@ class CONTENT_EXPORT BrowserAccessibility : public ui::AXPlatformNodeDelegate { |
// page (specifically, the top-left corner of the topmost web contents). |
gfx::Rect GetPageBoundsRect() const; |
- // Returns the bounds of this object in screen coordinates. |
- gfx::Rect GetScreenBoundsRect() const; |
- |
// Returns the bounds of the given range in coordinates relative to the |
// top-left corner of the overall web area. Only valid when the |
// role is WebAXRoleStaticText. |
@@ -419,7 +416,7 @@ class CONTENT_EXPORT BrowserAccessibility : public ui::AXPlatformNodeDelegate { |
gfx::NativeViewAccessible GetParent() override; |
int GetChildCount() override; |
gfx::NativeViewAccessible ChildAtIndex(int index) override; |
- gfx::Vector2d GetGlobalCoordinateOffset() override; |
+ gfx::Rect GetScreenBoundsRect() const override; |
gfx::NativeViewAccessible HitTestSync(int x, int y) override; |
gfx::NativeViewAccessible GetFocus() override; |
gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override; |