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

Unified Diff: ash/shelf/shelf_tooltip_manager.h

Issue 1957653003: mash: Don't close system tray bubble for clicks in menus/notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
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..9ada681d0a028420fbdbd0d62bb8bce73512054e 100644
--- a/ash/shelf/shelf_tooltip_manager.h
+++ b/ash/shelf/shelf_tooltip_manager.h
@@ -64,10 +64,10 @@ class ASH_EXPORT ShelfTooltipManager : public ui::EventHandler,
void OnWindowDestroying(aura::Window* window) override;
// views::PointerWatcher overrides:
- void OnMousePressed(const ui::MouseEvent& event,
- const gfx::Point& location_in_screen) override;
- void OnTouchPressed(const ui::TouchEvent& event,
- const gfx::Point& location_in_screen) override;
+ void OnMousePressed(const gfx::Point& location_in_screen,
+ views::Widget* target) override;
+ void OnTouchPressed(const gfx::Point& location_in_screen,
+ views::Widget* target) override;
// ShelfLayoutManagerObserver overrides:
void WillDeleteShelf() override;

Powered by Google App Engine
This is Rietveld 408576698