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

Unified Diff: chrome/browser/ui/views/location_bar/location_icon_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/location_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.h b/chrome/browser/ui/views/location_bar/location_icon_view.h
index 0966a4fbffcfff5c053366c4e20374f6c5908865..f056a1c43e1930cd3ba6d47d3067bccfe2262377 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
@@ -35,7 +35,7 @@ class LocationIconView : public IconLabelBubbleView {
base::string16* tooltip) const override;
SkColor GetTextColor() const override;
SkColor GetBorderColor() const override;
- bool OnActivate() override;
+ bool OnActivate(const ui::Event& event) override;
// Whether we should show the tooltip for this icon or not.
void set_show_tooltip(bool show_tooltip) { show_tooltip_ = show_tooltip; }

Powered by Google App Engine
This is Rietveld 408576698