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

Unified Diff: ash/test/ui_controls_factory_ash.cc

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: ash/test/ui_controls_factory_ash.cc
diff --git a/ash/test/ui_controls_factory_ash.cc b/ash/test/ui_controls_factory_ash.cc
index 8e4719bfa4857f4c3addde2ed2785dd918af241f..59fba65e32bdbbfa18826f6991525f34cb4be02e 100644
--- a/ash/test/ui_controls_factory_ash.cc
+++ b/ash/test/ui_controls_factory_ash.cc
@@ -115,6 +115,11 @@ class UIControlsAsh : public UIControlsAura {
return ui_controls && ui_controls->SendMouseClick(type);
}
+ bool SendTouchEvents(int action, int num, int x, int y) override {
+ NOTIMPLEMENTED();
+ return false;
+ }
+
void RunClosureAfterAllPendingUIEvents(
const base::Closure& closure) override {
UIControlsAura* ui_controls =

Powered by Google App Engine
This is Rietveld 408576698