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

Unified Diff: mash/wm/root_window_controller.h

Issue 1814533002: Use ui::Event instead of mojom::EventPtr in mash/wm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_eventptr
Patch Set: Created 4 years, 9 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 | « mash/wm/frame/move_loop_unittest.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/root_window_controller.h
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
index 5635d4427a112b4f3febedd745d362541d6510d3..c64eb31cc93bbc3902cbf2fa7e64159a2fc348d9 100644
--- a/mash/wm/root_window_controller.h
+++ b/mash/wm/root_window_controller.h
@@ -20,6 +20,10 @@ namespace mus {
class WindowManagerClient;
}
+namespace ui {
+class Event;
+}
+
namespace mash {
namespace wm {
@@ -58,7 +62,7 @@ class RootWindowController : public mus::WindowObserver,
mus::WindowManagerClient* window_manager_client();
- void OnAccelerator(uint32_t id, mus::mojom::EventPtr event);
+ void OnAccelerator(uint32_t id, const ui::Event& event);
private:
explicit RootWindowController(WindowManagerApplication* app);
« no previous file with comments | « mash/wm/frame/move_loop_unittest.cc ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698