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

Unified Diff: sky/engine/core/events/GestureEvent.cpp

Issue 872233002: Switch KeyboardEvents over to NewEventHandler (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename virtualKeyCode to key Created 5 years, 11 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 | « sky/engine/core/editing/EditorKeyBindings.cpp ('k') | sky/engine/core/events/KeyboardEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/GestureEvent.cpp
diff --git a/sky/engine/core/events/GestureEvent.cpp b/sky/engine/core/events/GestureEvent.cpp
index 4d0afdd0a8358e55b1bc664a2e514087eb22e36a..8bf0d55f90fbf6ed752e2f97f2b7220649464b6e 100644
--- a/sky/engine/core/events/GestureEvent.cpp
+++ b/sky/engine/core/events/GestureEvent.cpp
@@ -87,7 +87,7 @@ GestureEvent::GestureEvent(const WebGestureEvent& event)
}
GestureEvent::GestureEvent(const AtomicString& type, const GestureEventInit& initializer)
- : Event(type, true, true)
+ : Event(type, initializer)
, m_x(initializer.x)
, m_y(initializer.y)
, m_dx(initializer.dx)
« no previous file with comments | « sky/engine/core/editing/EditorKeyBindings.cpp ('k') | sky/engine/core/events/KeyboardEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698