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

Side by Side Diff: ash/common/system/tray/tray_event_filter.h

Issue 2099603002: Reland: mash: Convert TrayBackgroundView to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix conflict 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SYSTEM_TRAY_TRAY_EVENT_FILTER_H_ 5 #ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_EVENT_FILTER_H_
6 #define ASH_SYSTEM_TRAY_TRAY_EVENT_FILTER_H_ 6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_EVENT_FILTER_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "ui/views/pointer_watcher.h" 11 #include "ui/views/pointer_watcher.h"
12 12
13 namespace gfx { 13 namespace gfx {
14 class Point; 14 class Point;
15 } 15 }
16 16
(...skipping 26 matching lines...) Expand all
43 void ProcessPressedEvent(const gfx::Point& location_in_screen, 43 void ProcessPressedEvent(const gfx::Point& location_in_screen,
44 views::Widget* target); 44 views::Widget* target);
45 45
46 std::set<TrayBubbleWrapper*> wrappers_; 46 std::set<TrayBubbleWrapper*> wrappers_;
47 47
48 DISALLOW_COPY_AND_ASSIGN(TrayEventFilter); 48 DISALLOW_COPY_AND_ASSIGN(TrayEventFilter);
49 }; 49 };
50 50
51 } // namespace ash 51 } // namespace ash
52 52
53 #endif // ASH_SYSTEM_TRAY_TRAY_EVENT_FILTER_H_ 53 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_EVENT_FILTER_H_
OLDNEW
« no previous file with comments | « ash/common/system/tray/tray_bubble_wrapper.cc ('k') | ash/common/system/tray/tray_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698