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

Unified Diff: ash/shelf/shelf_tooltip_manager.h

Issue 1949823002: WIP: Eliminate event.target() usage from TrayEventFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: container delegate Created 4 years, 7 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
« no previous file with comments | « ash/shelf/overflow_bubble.cc ('k') | ash/shelf/shelf_tooltip_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_tooltip_manager.h
diff --git a/ash/shelf/shelf_tooltip_manager.h b/ash/shelf/shelf_tooltip_manager.h
index 14cda1e55138f9f1e15ca4aac1d9e1146d4173da..b574f6eab24d8014a1ab992e62e1b7600e832039 100644
--- a/ash/shelf/shelf_tooltip_manager.h
+++ b/ash/shelf/shelf_tooltip_manager.h
@@ -65,9 +65,11 @@ class ASH_EXPORT ShelfTooltipManager : public ui::EventHandler,
// views::PointerWatcher overrides:
void OnMousePressed(const ui::MouseEvent& event,
- const gfx::Point& location_in_screen) override;
+ const gfx::Point& location_in_screen,
+ views::Widget* target) override;
void OnTouchPressed(const ui::TouchEvent& event,
- const gfx::Point& location_in_screen) override;
+ const gfx::Point& location_in_screen,
+ views::Widget* target) override;
// ShelfLayoutManagerObserver overrides:
void WillDeleteShelf() override;
« no previous file with comments | « ash/shelf/overflow_bubble.cc ('k') | ash/shelf/shelf_tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698