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

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: 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 d58eba8f1443775faa17e8982186611078e16596..d3a570d4deb6055428ae4a05b82f902d6e2f8b89 100644
--- a/services/ui/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.h
@@ -322,7 +322,9 @@ class WindowTreeClient : public mojom::WindowTreeClient,
transport_properties) override;
void WmClientJankinessChanged(ClientSpecificId client_id,
bool janky) 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(

Powered by Google App Engine
This is Rietveld 408576698