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

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

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.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
index 13c4f7d714c68ad03940b38e6683ac80f521e75d..2f27f080ae251aca2ab6cb21ae8e752eac3aa637 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h
@@ -9,6 +9,7 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "ui/views/bubble/bubble_delegate.h"
+#include "ui/views/widget/widget_observer_view.h"
namespace content {
class NotificationDetails;
@@ -33,7 +34,7 @@ class LocationBarBubbleDelegateView : public views::BubbleDelegateView,
AUTOMATIC,
};
- LocationBarBubbleDelegateView(views::View* anchor_view,
+ LocationBarBubbleDelegateView(views::WidgetObserverView* anchor_view,
content::WebContents* web_contents);
~LocationBarBubbleDelegateView() override;

Powered by Google App Engine
This is Rietveld 408576698