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

Unified Diff: mash/wm/window_manager.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/root_window_controller.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager.h
diff --git a/mash/wm/window_manager.h b/mash/wm/window_manager.h
index 1c79976d57adb74050df2c999d555ab147d26844..7542d1b4ac806a699cecf46e62b45c829cda7cd1 100644
--- a/mash/wm/window_manager.h
+++ b/mash/wm/window_manager.h
@@ -53,7 +53,7 @@ class WindowManager : public mus::WindowObserver,
scoped_ptr<std::vector<uint8_t>>* new_data) override;
mus::Window* OnWmCreateTopLevelWindow(
std::map<std::string, std::vector<uint8_t>>* properties) override;
- void OnAccelerator(uint32_t id, mus::mojom::EventPtr event) override;
+ void OnAccelerator(uint32_t id, const ui::Event& event) override;
// mash::shell::mojom::ScreenlockStateListener:
void ScreenlockStateChanged(bool locked) override;
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698