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

Unified Diff: ui/aura/remote_window_tree_host_win.h

Issue 1267483003: Combine the WM_CHAR with WM_KEY* for key event flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits. Created 5 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
« no previous file with comments | « no previous file | ui/aura/remote_window_tree_host_win.cc » ('j') | ui/aura/remote_window_tree_host_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/remote_window_tree_host_win.h
diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
index 340d75fa4c37820563117bd2f9ea6c09c04f82fb..ce0bee03b2d9fbeb0d240faf0f655156c5fb32c3 100644
--- a/ui/aura/remote_window_tree_host_win.h
+++ b/ui/aura/remote_window_tree_host_win.h
@@ -96,6 +96,10 @@ class AURA_EXPORT RemoteWindowTreeHostWin
uint32 repeat_count,
uint32 scan_code,
uint32 flags);
+ void OnCharForNextKeyEvent(uint32 key_code,
+ uint32 repeat_count,
+ uint32 scan_code,
+ uint32 flags);
void OnWindowActivated(bool repaint);
void OnEdgeGesture();
void OnTouchDown(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
« no previous file with comments | « no previous file | ui/aura/remote_window_tree_host_win.cc » ('j') | ui/aura/remote_window_tree_host_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698