| Index: content/browser/accessibility/browser_accessibility.h
|
| ===================================================================
|
| --- content/browser/accessibility/browser_accessibility.h (revision 111700)
|
| +++ content/browser/accessibility/browser_accessibility.h (working copy)
|
| @@ -97,10 +97,15 @@
|
| // of its parent.
|
| BrowserAccessibility* GetNextSibling();
|
|
|
| + // Returns the bounds of this object in coordinates relative to the
|
| + // top-left corner of the overall web area.
|
| + gfx::Rect GetLocalBoundsRect();
|
| +
|
| // Returns the bounds of this object in screen coordinates.
|
| - gfx::Rect GetBoundsRect();
|
| + gfx::Rect GetGlobalBoundsRect();
|
|
|
| - // Returns the deepest descendant that contains the specified point.
|
| + // Returns the deepest descendant that contains the specified point
|
| + // (in global screen coordinates).
|
| BrowserAccessibility* BrowserAccessibilityForPoint(const gfx::Point& point);
|
|
|
| //
|
|
|