Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
index d30d6c879c1110189e274b38886be7010b98dc9c..d893e480a309d249d2804275fa1bc9abcb317d61 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
@@ -711,7 +711,7 @@ gfx::Rect AutofillDialogViews::OverlayView::ContentBoundsSansBubbleBorder() { |
gfx::Rect bounds = GetContentsBounds(); |
int bubble_width = 5; |
if (GetBubbleBorder()) |
- bubble_width = GetBubbleBorder()->GetBorderThickness(); |
+ bubble_width = GetBubbleBorder()->GetBorderExteriorThickness(); |
bounds.Inset(bubble_width, bubble_width, bubble_width, bubble_width); |
return bounds; |
} |