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

Unified Diff: ash/shelf/overflow_bubble.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/pointer_watcher_delegate_aura.cc ('k') | ash/shelf/overflow_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_bubble.h
diff --git a/ash/shelf/overflow_bubble.h b/ash/shelf/overflow_bubble.h
index 0a9985a6b5257cfcb6d7151155790d7193f8df3f..14d1450084c289b7790ed45b2427f6382bb21314 100644
--- a/ash/shelf/overflow_bubble.h
+++ b/ash/shelf/overflow_bubble.h
@@ -47,9 +47,11 @@ class OverflowBubble : public views::PointerWatcher,
// views::PointerWatcher:
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;
// Overridden from views::WidgetObserver:
void OnWidgetDestroying(views::Widget* widget) override;
« no previous file with comments | « ash/pointer_watcher_delegate_aura.cc ('k') | ash/shelf/overflow_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698