| Index: content/browser/accessibility/browser_accessibility.h
|
| diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
|
| index e9f2e3a2ac858136f48076619147474a684107df..8334569eb8ab04c6b1081fa982329126d2283e83 100644
|
| --- a/content/browser/accessibility/browser_accessibility.h
|
| +++ b/content/browser/accessibility/browser_accessibility.h
|
| @@ -164,7 +164,8 @@ class CONTENT_EXPORT BrowserAccessibility {
|
| // (which is relative to its nearest scrollable ancestor) to
|
| // absolute bounds, either in page coordinates (when |frameOnly| is
|
| // false), or in frame coordinates (when |frameOnly| is true).
|
| - gfx::Rect RelativeToAbsoluteBounds(gfx::RectF bounds, bool frame_only) const;
|
| + virtual gfx::Rect RelativeToAbsoluteBounds(gfx::RectF bounds,
|
| + bool frame_only) const;
|
|
|
| // This is to handle the cases such as ARIA textbox, where the value should
|
| // be calculated from the object's inner text.
|
|
|