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

Unified Diff: components/mus/ws/window_manager_client_unittest.cc

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 | « components/mus/public/cpp/window_manager_delegate.h ('k') | mash/wm/frame/move_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_manager_client_unittest.cc
diff --git a/components/mus/ws/window_manager_client_unittest.cc b/components/mus/ws/window_manager_client_unittest.cc
index 31c5a11835ad060f9992340e48b078bec9f8b625..a064f076dd2df4843ba35f378b9cba4fc6369835 100644
--- a/components/mus/ws/window_manager_client_unittest.cc
+++ b/components/mus/ws/window_manager_client_unittest.cc
@@ -49,7 +49,7 @@ class TestWindowManagerDelegate : public WindowManagerDelegate {
std::map<std::string, std::vector<uint8_t>>* properties) override {
return nullptr;
}
- void OnAccelerator(uint32_t id, mojom::EventPtr event) override {}
+ void OnAccelerator(uint32_t id, const ui::Event& event) override {}
private:
DISALLOW_COPY_AND_ASSIGN(TestWindowManagerDelegate);
« no previous file with comments | « components/mus/public/cpp/window_manager_delegate.h ('k') | mash/wm/frame/move_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698