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

Unified Diff: ui/base/test/ui_controls_aura.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.h ('k') | ui/base/test/ui_controls_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/test/ui_controls_aura.h
diff --git a/ui/base/test/ui_controls_aura.h b/ui/base/test/ui_controls_aura.h
index 22249442ad99ab6456da2abeeab4495ee63bb01d..178b5db2acaace15c1a4b4878ea95d5b3056e924 100644
--- a/ui/base/test/ui_controls_aura.h
+++ b/ui/base/test/ui_controls_aura.h
@@ -47,6 +47,10 @@ class UIControlsAura {
// Same as SendMouseEvents with BUTTON_UP | BUTTON_DOWN.
virtual bool SendMouseClick(MouseButton type) = 0;
+#if defined(OS_WIN)
+ virtual bool SendTouchEvents(int action, int num, int x, int y) = 0;
+#endif
+
// Runs |closure| after processing all pending ui events.
virtual void RunClosureAfterAllPendingUIEvents(
const base::Closure& closure) = 0;
« no previous file with comments | « ui/base/test/ui_controls.h ('k') | ui/base/test/ui_controls_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698