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

Unified Diff: services/ui/public/cpp/window_tree_client.h

Issue 2125883003: Adds ability for pre-target accelerators to not consume events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 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: services/ui/public/cpp/window_tree_client.h
diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
index 07b6635c5f0a2d65b7d0b31ad193d341250120a3..898178c5ffd80fc32a818551577a4aaaa544b66d 100644
--- a/services/ui/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.h
@@ -341,7 +341,9 @@ class WindowTreeClient : public mojom::WindowTreeClient,
mojom::MoveLoopSource source,
const gfx::Point& cursor_location) override;
void WmCancelMoveLoop(uint32_t window_id) override;
- void OnAccelerator(uint32_t id, std::unique_ptr<ui::Event> event) override;
+ void OnAccelerator(uint32_t ack_id,
+ uint32_t accelerator_id,
+ std::unique_ptr<ui::Event> event) override;
// Overridden from WindowManagerClient:
void SetFrameDecorationValues(
« no previous file with comments | « services/ui/public/cpp/window_manager_delegate.cc ('k') | services/ui/public/interfaces/event_matcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698