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

Unified Diff: content/browser/android/content_view_core_impl.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 | « no previous file | content/browser/renderer_host/gesture_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/browser/renderer_host/gesture_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698