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

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

Issue 2042073002: Centered flood fill style ink drop ripples on mouse/touch points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed LocatedEvent::AsLocatedIfLocatedEvent() as FromIfValid(). Created 4 years, 6 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/icon_label_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
index f1404ecf239443d4726e418a1c6a5458035c9de6..7676039c64b7644b432bf5098eeb3087aaeff731 100644
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
@@ -78,7 +78,7 @@ class IconLabelBubbleView : public views::InkDropHostView {
// The view has been activated by a user gesture such as spacebar. Returns
// true if some handling was performed.
- virtual bool OnActivate();
+ virtual bool OnActivate(const ui::Event& event);
// views::View:
gfx::Size GetPreferredSize() const override;

Powered by Google App Engine
This is Rietveld 408576698