| Index: chrome/browser/automation/testing_automation_provider_views.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider_views.cc (revision 74228)
|
| +++ chrome/browser/automation/testing_automation_provider_views.cc (working copy)
|
| @@ -131,7 +131,7 @@
|
| views::View::ConvertPointToScreen(view, &point);
|
| else
|
| views::View::ConvertPointToView(view, root_view, &point);
|
| - *bounds = view->GetLocalBounds();
|
| + *bounds = view->GetContentsBounds();
|
| bounds->set_origin(point);
|
| }
|
| }
|
|
|