Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc |
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc |
| index 6267856d1cad02b66b3ca92f1978058ded355674..f12882856c9a39c50445a7ddac9b3716ff17c5a4 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc |
| @@ -26,6 +26,8 @@ LocationBarBubbleDelegateView::LocationBarBubbleDelegateView( |
| content::Source<FullscreenController>( |
| browser->exclusive_access_manager()->fullscreen_controller())); |
| } |
| + // Compensate for built-in vertical padding in the anchor view's image. |
| + set_anchor_view_insets(gfx::Insets(5, 0, 5, 0)); |
|
Evan Stade
2016/03/14 21:57:53
gfx::Insets(5, 0)
should this be different in MD/
varkha
2016/03/14 22:13:06
I think so but I wanted to make them all same acro
|
| } |
| LocationBarBubbleDelegateView::~LocationBarBubbleDelegateView() {} |