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..246f682eaf90fb946b38050595d0e4ce0719b007 100644 |
--- a/services/ui/ws/window_manager_state.h |
+++ b/services/ui/ws/window_manager_state.h |
@@ -97,6 +97,8 @@ class WindowManagerState : public EventDispatcherDelegate { |
DebugAcceleratorType type; |
ui::KeyboardCode key_code; |
int event_flags; |
+ |
+ bool Matches(const ui::KeyEvent& event) const; |
sky
2016/08/17 19:01:05
Functions before members.
kylechar
2016/08/17 19:10:12
Done.
|
}; |
enum class EventDispatchPhase { |