| Index: content/browser/accessibility/browser_accessibility.h
|
| diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
|
| index 4e0d43ccf8a903a713db70a91cb31cfd7d44c40c..004506fdd1ed576b33c6c72573b3e468a37d7aab 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.
|
| @@ -372,7 +369,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;
|
|
|