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

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

Issue 11740009: Removed references to the old sourceDevice field (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « content/browser/renderer_host/ui_events_helper.cc ('k') | 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 9ef6a631f109be8b684ef25f62a52d0a9744bace..122c3457cb21598eb0c1d9492dff7987a500b064 100644
--- a/content/browser/renderer_host/web_input_event_aurax11.cc
+++ b/content/browser/renderer_host/web_input_event_aurax11.cc
@@ -162,11 +162,6 @@ WebKit::WebGestureEvent MakeWebGestureEventFromAuraEvent(
webkit_event.type = WebKit::WebInputEvent::GestureFlingStart;
webkit_event.data.flingStart.velocityX = event->x_offset();
webkit_event.data.flingStart.velocityY = event->y_offset();
- // FIXME(mohsen || rjkroege): Remove following line after removing uses of
- // flingStart.sourceDevice in WebKit, but before removing the field
- // itself.
- webkit_event.data.flingStart.sourceDevice =
- WebKit::WebGestureEvent::Touchpad;
break;
case ui::ET_SCROLL_FLING_CANCEL:
webkit_event.type = WebKit::WebInputEvent::GestureFlingCancel;
« no previous file with comments | « content/browser/renderer_host/ui_events_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698