| Index: content/browser/web_contents/web_contents_android.cc
|
| diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
|
| index f929fbf6a1153c06419e5fe9d097b1eb2c5b942b..e71b9159f587d56cbdfe3f6f1839672989058694 100644
|
| --- a/content/browser/web_contents/web_contents_android.cc
|
| +++ b/content/browser/web_contents/web_contents_android.cc
|
| @@ -109,7 +109,7 @@ ScopedJavaLocalRef<jobject> WalkAXTreeDepthFirst(
|
| text_style = node->GetIntAttribute(ui::AX_ATTR_TEXT_STYLE);
|
| }
|
|
|
| - const gfx::Rect& absolute_rect = node->GetLocalBoundsRect();
|
| + const gfx::Rect& absolute_rect = node->GetPageBoundsRect();
|
| gfx::Rect parent_relative_rect = absolute_rect;
|
| bool is_root = node->GetParent() == nullptr;
|
| if (!is_root) {
|
|
|