Index: ui/aura/remote_root_window_host_win.h |
=================================================================== |
--- ui/aura/remote_root_window_host_win.h (revision 162199) |
+++ ui/aura/remote_root_window_host_win.h (working copy) |
@@ -22,8 +22,10 @@ |
static RemoteRootWindowHostWin* Instance(); |
static RemoteRootWindowHostWin* Create(const gfx::Rect& bounds); |
- void OnMouseMoved(int x, int y, int extra); |
- void OnMouseClick(int x, int y, int extra); |
+ void OnMouseMoved(int32 x, int32 y, int32 extra); |
+ void OnMouseClick(int32 x, int32 y, int32 extra); |
+ void OnKeyDown(uint32 vkey, uint32 repeat_count, uint32 scan_code); |
+ void OnKeyUp(uint32 vkey, uint32 repeat_count, uint32 scan_code); |
private: |
RemoteRootWindowHostWin(const gfx::Rect& bounds); |