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

Unified Diff: content/browser/android/gesture_event_type_list.h

Issue 181833003: [Android] Out with the Android GR, in with the new unified C++ GR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 10 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/android/gesture_event_type_list.h
diff --git a/content/browser/android/gesture_event_type_list.h b/content/browser/android/gesture_event_type_list.h
index dcaa3a3ae7c91fd5f07f0debd0a2969c8b17504e..85af616cb473827a2816de565be443f403a86607 100644
--- a/content/browser/android/gesture_event_type_list.h
+++ b/content/browser/android/gesture_event_type_list.h
@@ -5,9 +5,8 @@
// This file intentionally does not have header guards because this file
// is meant to be included inside a macro to generate enum values.
-// This file contains a list of GestureEventType's that are created by
-// ContentViewGestureHandler and dispatched from ContentViewCore.
-// They can be directly mapped to and from their corresponding
+// This file contains a list of GestureEventType's usable by ContentViewCore,
+// providing a direct mapping to and from their corresponding
// blink::WebGestureEvent types.
#ifndef DEFINE_GESTURE_EVENT_TYPE
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/renderer_host/input/content_gesture_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698