| 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 f00115d3b698d00d53b66a6330f00244cf1c3c81..8df8f9f0aa57b39f9dfc1b163108cc4f4880f689 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| @@ -46,7 +46,7 @@ void ZoomBubbleView::ShowBubble(content::WebContents* web_contents,
|
| bool is_fullscreen = browser_view->IsFullscreen();
|
| bool anchor_to_view = !is_fullscreen ||
|
| browser_view->immersive_mode_controller()->IsRevealed();
|
| - views::View* anchor_view = anchor_to_view ?
|
| + views::WidgetObserverView* anchor_view = anchor_to_view ?
|
| browser_view->GetLocationBarView()->zoom_view() : NULL;
|
|
|
| // Find the extension that initiated the zoom change, if any.
|
| @@ -103,7 +103,7 @@ ZoomBubbleView* ZoomBubbleView::GetZoomBubble() {
|
| }
|
|
|
| ZoomBubbleView::ZoomBubbleView(
|
| - views::View* anchor_view,
|
| + views::WidgetObserverView* anchor_view,
|
| content::WebContents* web_contents,
|
| DisplayReason reason,
|
| ImmersiveModeController* immersive_mode_controller)
|
|
|