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

Unified Diff: content/browser/renderer_host/web_input_event_aurax11.cc

Issue 10037012: Three Finger Swipe (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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: content/browser/renderer_host/web_input_event_aurax11.cc
diff --git a/content/browser/renderer_host/web_input_event_aurax11.cc b/content/browser/renderer_host/web_input_event_aurax11.cc
index 63af7c802497f7d4ead987101d0d1c0ba4335f02..4737d763a3d7804d6a34e9ab31fa09b2825df128 100644
--- a/content/browser/renderer_host/web_input_event_aurax11.cc
+++ b/content/browser/renderer_host/web_input_event_aurax11.cc
@@ -359,6 +359,8 @@ WebKit::WebGestureEvent MakeWebGestureEventFromAuraEvent(
case ui::ET_GESTURE_LONG_PRESS:
// TODO(tdresser): Integrate long press with WebKit
break;
+ case ui::ET_GESTURE_THREE_FINGER_SWIPE:
sadrul 2012/04/10 20:32:51 Do we need this here? Presumably this should never
tdresser 2012/04/11 18:17:04 Done.
+ break;
default:
NOTREACHED() << "Unknown gesture type: " << event->type();
}

Powered by Google App Engine
This is Rietveld 408576698