| Index: content/browser/accessibility/accessibility_tree_formatter_blink.cc
|
| diff --git a/content/browser/accessibility/accessibility_tree_formatter_blink.cc b/content/browser/accessibility/accessibility_tree_formatter_blink.cc
|
| index 99c241bf5149a4bdaed9f943c060316a33be0d67..00d9a0693847085b85d48198cbd752c625420ad1 100644
|
| --- a/content/browser/accessibility/accessibility_tree_formatter_blink.cc
|
| +++ b/content/browser/accessibility/accessibility_tree_formatter_blink.cc
|
| @@ -49,7 +49,7 @@ void AccessibilityTreeFormatterBlink::AddProperties(
|
| dict->SetInteger("boundsWidth", bounds.width());
|
| dict->SetInteger("boundsHeight", bounds.height());
|
|
|
| - gfx::Rect page_bounds = node.GetLocalBoundsRect();
|
| + gfx::Rect page_bounds = node.GetPageBoundsRect();
|
| dict->SetInteger("pageBoundsX", page_bounds.x());
|
| dict->SetInteger("pageBoundsY", page_bounds.y());
|
| dict->SetInteger("pageBoundsWidth", page_bounds.width());
|
|
|