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

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

Issue 10831356: Propagate Aura gesture timestamps to WebGestureEvents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c6b1ead86fc8d9e5d8e8bba5805f4f61f747f14f..9fc7134ae7ef89c2881f6a6c848648901100b702 100644
--- a/content/browser/renderer_host/web_input_event_aurax11.cc
+++ b/content/browser/renderer_host/web_input_event_aurax11.cc
@@ -417,6 +417,7 @@ WebKit::WebGestureEvent MakeWebGestureEventFromAuraEvent(
gesture_event.boundingBox = event->details().bounding_box();
gesture_event.modifiers = EventFlagsToWebEventModifiers(event->flags());
+ gesture_event.timeStampSeconds = event->time_stamp().InSecondsF();
return gesture_event;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698