Index: services/ui/ws/window_manager_state.h |
diff --git a/services/ui/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h |
index c78d3a9a0bda2da625d1795cb33fab05bd8800a9..a0726788e2e2954d08e1f70e29a2d6a748e50255 100644 |
--- a/services/ui/ws/window_manager_state.h |
+++ b/services/ui/ws/window_manager_state.h |
@@ -94,6 +94,8 @@ class WindowManagerState : public EventDispatcherDelegate { |
}; |
struct DebugAccelerator { |
+ bool Matches(const ui::KeyEvent& event) const; |
+ |
DebugAcceleratorType type; |
ui::KeyboardCode key_code; |
int event_flags; |