| 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);
|
|
|