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

Unified Diff: ui/aura/remote_root_window_host_win.h

Issue 13003004: Support multi touch on Windows 8 AURA and ASH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
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);
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/remote_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698