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

Unified Diff: ash/shelf/overflow_bubble.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/overflow_bubble.h
diff --git a/ash/shelf/overflow_bubble.h b/ash/shelf/overflow_bubble.h
index 0a9985a6b5257cfcb6d7151155790d7193f8df3f..86d879bab5a52a93fd87bfadcf1049474e93fef2 100644
--- a/ash/shelf/overflow_bubble.h
+++ b/ash/shelf/overflow_bubble.h
@@ -46,10 +46,10 @@ class OverflowBubble : public views::PointerWatcher,
void ProcessPressedEvent(const gfx::Point& event_location_in_screen);
// views::PointerWatcher:
- 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;
// Overridden from views::WidgetObserver:
void OnWidgetDestroying(views::Widget* widget) override;

Powered by Google App Engine
This is Rietveld 408576698