Index: content/browser/android/content_view_core_impl.cc |
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc |
index 50e97208675a436d9c40f491278e59cf7d8768e6..2801849bab29ddb95d133d9d908c9c802f3da6d9 100644 |
--- a/content/browser/android/content_view_core_impl.cc |
+++ b/content/browser/android/content_view_core_impl.cc |
@@ -895,9 +895,6 @@ void ContentViewCoreImpl::FlingStart(JNIEnv* env, jobject obj, jlong time_ms, |
WebInputEvent::GestureFlingStart, time_ms, x, y); |
event.data.flingStart.velocityX = vx / DpiScale(); |
event.data.flingStart.velocityY = vy / DpiScale(); |
- // FIXME(mohsen || rjkroege): Remove following line after removing uses of |
- // flingStart.sourceDevice in WebKit, but before removing the field itself. |
- event.data.flingStart.sourceDevice = WebGestureEvent::Touchscreen; |
if (GetRenderWidgetHostViewAndroid()) |
GetRenderWidgetHostViewAndroid()->SendGestureEvent(event); |