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

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: Add a browser test 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
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..5b94e7976de744aa1115645b8daeff4feb6edf40 100644
--- a/ui/base/test/ui_controls_aura.h
+++ b/ui/base/test/ui_controls_aura.h
@@ -47,6 +47,8 @@ class UIControlsAura {
// Same as SendMouseEvents with BUTTON_UP | BUTTON_DOWN.
virtual bool SendMouseClick(MouseButton type) = 0;
+ virtual bool SendTouchEvents(int action, int num, long x, long y) = 0;
sky 2017/06/07 19:42:45 Document what action and num are. Also, I would be
lanwei 2017/06/22 18:38:45 Done.
+
// Runs |closure| after processing all pending ui events.
virtual void RunClosureAfterAllPendingUIEvents(
const base::Closure& closure) = 0;

Powered by Google App Engine
This is Rietveld 408576698