Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8809)

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.cc

Issue 1518543002: Adds MD ink ripple animations to buttons within location bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds MD ink ripple animations to buttons within location bar (with WidgetObserver) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 38783b088c9ba3740ee5a237316a48abeb60833b..f7bd79af2841980aa95a27dd5ddbe4a18e30ca2c 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
@@ -12,7 +12,7 @@
#include "ui/gfx/geometry/rect.h"
LocationBarBubbleDelegateView::LocationBarBubbleDelegateView(
- views::View* anchor_view,
+ views::WidgetObserverView* anchor_view,
content::WebContents* web_contents)
: BubbleDelegateView(anchor_view,
anchor_view ? views::BubbleBorder::TOP_RIGHT

Powered by Google App Engine
This is Rietveld 408576698