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

Unified Diff: ui/aura/event.h

Issue 10365009: Adding Gesture Recognition to RenderWidgetHostViewWin (web client) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed views dependency. Created 8 years, 7 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: ui/aura/event.h
diff --git a/ui/aura/event.h b/ui/aura/event.h
index da2788524d0154170086c79819dd470c7e8d14d0..14b40d6da464b052f5250f6f1b2e2c8440b0d1b6 100644
--- a/ui/aura/event.h
+++ b/ui/aura/event.h
@@ -363,7 +363,7 @@ class AURA_EXPORT GestureEvent : public LocatedEvent,
float delta_y,
unsigned int touch_ids_bitfield);
- // Create a new TouchEvent which is identical to the provided model.
+ // Create a new GestureEvent which is identical to the provided model.
// If source / target windows are provided, the model location will be
// converted from |source| coordinate system to |target| coordinate system.
GestureEvent(const GestureEvent& model, Window* source, Window* target);

Powered by Google App Engine
This is Rietveld 408576698