| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| index fe24d20efd6e058df3a1247f0f09ed6f601e1b88..ec5f3d6605d9eba2382e09b337de6fc0327b5614 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| @@ -116,8 +116,6 @@ ZoomBubbleView::ZoomBubbleView(
|
| web_contents_(web_contents),
|
| auto_close_(reason == AUTOMATIC),
|
| immersive_mode_controller_(immersive_mode_controller) {
|
| - // Compensate for built-in vertical padding in the anchor view's image.
|
| - set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
|
| set_notify_enter_exit_on_child(true);
|
| immersive_mode_controller_->AddObserver(this);
|
| UseCompactMargins();
|
|
|