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..dd74c560cdf8f52fec2d700dab2ec58889354814 100644 |
--- a/ui/aura/remote_window_tree_host_win.h |
+++ b/ui/aura/remote_window_tree_host_win.h |
@@ -96,6 +96,7 @@ class AURA_EXPORT RemoteWindowTreeHostWin |
uint32 repeat_count, |
uint32 scan_code, |
uint32 flags); |
+ void OnCharForNextKeyEvent(uint32 key_code); |
void OnWindowActivated(bool repaint); |
void OnEdgeGesture(); |
void OnTouchDown(int32 x, int32 y, uint64 timestamp, uint32 pointer_id); |