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

Unified Diff: ui/base/test/ui_controls_internal_win.h

Issue 2904113002: Replacing WM_TOUCH with WM_POINTER for touch events on Wins 8+ (Closed)
Patch Set: wm touch Created 3 years, 6 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
« no previous file with comments | « ui/base/test/ui_controls_aura.cc ('k') | ui/base/test/ui_controls_internal_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/test/ui_controls_internal_win.h
diff --git a/ui/base/test/ui_controls_internal_win.h b/ui/base/test/ui_controls_internal_win.h
index 1f7c54fe4c9e1dac56a16682b4fdb611f795a279..97b4688548becd933b87efeff9214f7c478156a8 100644
--- a/ui/base/test/ui_controls_internal_win.h
+++ b/ui/base/test/ui_controls_internal_win.h
@@ -24,6 +24,7 @@ bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task);
bool SendMouseEventsImpl(MouseButton type,
int state,
const base::Closure& task);
+bool SendTouchEventsImpl(int action, int num, int x, int y);
void RunClosureAfterAllPendingUITasksImpl(const base::Closure& task);
} // namespace internal
« no previous file with comments | « ui/base/test/ui_controls_aura.cc ('k') | ui/base/test/ui_controls_internal_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698