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

Unified Diff: ui/events/test/event_generator.cc

Issue 2224653002: mash: Remove ash::ShelfGestureHandler and ui::ET_GESTURE_WIN8_EDGE_SWIPE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/events/test/event_generator.h ('k') | ui/wm/core/compound_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/event_generator.cc
diff --git a/ui/events/test/event_generator.cc b/ui/events/test/event_generator.cc
index f246cb423756ff90dd548ff7fea4adc61e81a93f..ddfdeea55d667ca669f4c4aadfb8e40da39e44b8 100644
--- a/ui/events/test/event_generator.cc
+++ b/ui/events/test/event_generator.cc
@@ -297,13 +297,6 @@ void EventGenerator::PressMoveAndReleaseTouchToCenterOf(EventTarget* window) {
PressMoveAndReleaseTouchTo(CenterOfWindow(window));
}
-void EventGenerator::GestureEdgeSwipe() {
- GestureEventDetails details(ET_GESTURE_WIN8_EDGE_SWIPE);
- details.set_device_type(GestureDeviceType::DEVICE_TOUCHSCREEN);
- GestureEvent gesture(0, 0, 0, ui::EventTimeForNow(), details);
- Dispatch(&gesture);
-}
-
void EventGenerator::GestureTapAt(const gfx::Point& location) {
const int kTouchId = 2;
ui::TouchEvent press(ui::ET_TOUCH_PRESSED, location, kTouchId,
« no previous file with comments | « ui/events/test/event_generator.h ('k') | ui/wm/core/compound_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698