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

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
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..d1f1e27f007a4161f10b8dcd4dcd5ebb913be4ed 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, int x, int y) = 0;
+
// 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