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

Unified Diff: services/ui/ws/window_manager_state.h

Issue 2257503002: Improve some debug tools for mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_mash
Patch Set: . Created 4 years, 4 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/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 {

Powered by Google App Engine
This is Rietveld 408576698