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

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: 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
« no previous file with comments | « no previous file | chrome/browser/touchevents_browsertest.cc » ('j') | chrome/browser/touchevents_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5afa55241d22bb6b612fe24da5e818a88cd12c8..aba9c9770ab31ce444d2fa5261503d167439c9d6 100644
--- a/ash/test/ui_controls_factory_ash.cc
+++ b/ash/test/ui_controls_factory_ash.cc
@@ -117,6 +117,11 @@ class UIControlsAsh : public UIControlsAura {
return ui_controls && ui_controls->SendMouseClick(type);
}
+ bool SendTouchEvents(int action, int num, long x, long y) override {
+ NOTIMPLEMENTED();
+ return false;
+ }
+
void RunClosureAfterAllPendingUIEvents(
const base::Closure& closure) override {
UIControlsAura* ui_controls =
« no previous file with comments | « no previous file | chrome/browser/touchevents_browsertest.cc » ('j') | chrome/browser/touchevents_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698