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

Side by Side Diff: trunk/src/content/browser/renderer_host/generic_touch_gesture_android.cc

Issue 79143002: Revert 236254 "Replace old with new synthetic gesture framework." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/browser/renderer_host/generic_touch_gesture_android.h" 5 #include "content/browser/renderer_host/generic_touch_gesture_android.h"
6 6
7 #include "base/debug/trace_event.h" 7 #include "base/debug/trace_event.h"
8 #include "content/browser/renderer_host/render_widget_host_impl.h" 8 #include "content/browser/renderer_host/render_widget_host_impl.h"
9 #include "jni/GenericTouchGesture_jni.h" 9 #include "jni/GenericTouchGesture_jni.h"
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 base::TimeTicks::Now(), 53 base::TimeTicks::Now(),
54 RenderWidgetHostImpl::From(rwh_)->GetSyntheticGestureMessageInterval()) * 54 RenderWidgetHostImpl::From(rwh_)->GetSyntheticGestureMessageInterval()) *
55 scale; 55 scale;
56 } 56 }
57 57
58 void GenericTouchGestureAndroid::SetHasFinished(JNIEnv* env, jobject obj) { 58 void GenericTouchGestureAndroid::SetHasFinished(JNIEnv* env, jobject obj) {
59 has_finished_ = true; 59 has_finished_ = true;
60 } 60 }
61 61
62 } // namespace content 62 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698