| Index: ui/aura/remote_root_window_host_win.h
|
| ===================================================================
|
| --- ui/aura/remote_root_window_host_win.h (revision 189717)
|
| +++ ui/aura/remote_root_window_host_win.h (working copy)
|
| @@ -127,9 +127,9 @@
|
| uint32 scan_code,
|
| uint32 flags);
|
| void OnVisibilityChanged(bool visible);
|
| - void OnTouchDown(int32 x, int32 y, uint64 timestamp);
|
| - void OnTouchUp(int32 x, int32 y, uint64 timestamp);
|
| - void OnTouchMoved(int32 x, int32 y, uint64 timestamp);
|
| + void OnTouchDown(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
| + void OnTouchUp(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
| + void OnTouchMoved(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
| void OnFileSaveAsDone(bool success,
|
| string16 filename,
|
| int filter_index);
|
|
|