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

Unified Diff: chrome/browser/ui/views/location_bar/content_setting_image_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/content_setting_image_view.h
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
index 7d66b9114c72af4e3ab8791075c23eb2d26cbaba..7f8f33adc35853c4087318806f78bf40d22cce42 100644
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
@@ -72,7 +72,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
bool ShouldShowBackground() const override;
double WidthMultiplier() const override;
bool IsShrinking() const override;
- bool OnActivate() override;
+ bool OnActivate(const ui::Event& event) override;
// gfx::AnimationDelegate:
void AnimationEnded(const gfx::Animation* animation) override;

Powered by Google App Engine
This is Rietveld 408576698