| Index: chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| index b985edd7c252a3c016d129c70c5dead838affbe7..758de17f252c90de7d84e8c891411387049916cb 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| @@ -273,7 +273,7 @@ int AutofillPopupLayoutModel::GetIconResourceID(
|
| }
|
|
|
| const gfx::Rect AutofillPopupLayoutModel::RoundedElementBounds() const {
|
| - return gfx::ToEnclosingRect(delegate_->element_bounds());
|
| + return gfx::ToNearestRect(delegate_->element_bounds());
|
| }
|
|
|
| bool AutofillPopupLayoutModel::IsPopupLayoutExperimentEnabled() const {
|
|
|