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

Issue 41703006: Move fling implementation from renderer to browser: (Closed)

Created:
7 years, 1 month ago by varunjain
Modified:
6 years, 4 months ago
Reviewers:
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Move fling implementation from renderer to browser: Most of this patch just copies fling code from the renderer: content/browser/renderer_host/input/fling/fling_curve.h = third_party/WebKit/public/platform/WebGestureCurve.h content/browser/renderer_host/input/fling/fling_curve_configuration.cc = webkit/child/fling_curve_configuration.cc content/browser/renderer_host/input/fling/fling_curve_configuration.h = webkit/child/fling_curve_configuration.h content/browser/renderer_host/input/fling/fling_curve_impl.cc = webkit/child/touch_fling_gesture_curve.cc content/browser/renderer_host/input/fling/fling_curve_impl.h = webkit/child/touch_fling_gesture_curve.h content/browser/renderer_host/input/fling/fling_curve_impl_android.cc = webkit/child/fling_animator_impl_android.cc content/browser/renderer_host/input/fling/fling_curve_impl_android.h = webkit/child/fling_animator_impl_android.h The following files contain the actual change: content/browser/renderer_host/input/fling/flinger.cc content/browser/renderer_host/input/fling/flinger.h content/browser/renderer_host/input/fling/flinger_unittest.cc content/browser/renderer_host/input/immediate_input_router.cc content/browser/renderer_host/input/immediate_input_router.h content/browser/renderer_host/render_widget_host_unittest.cc Blocked=43453002, 43463002 BUG=249063

Patch Set 1 #

Patch Set 2 : patch #

Patch Set 3 : patch #

Patch Set 4 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1022 lines, -43 lines) Patch
M content/browser/android/browser_jni_registrar.cc View 1 2 3 chunks +4 lines, -1 line 0 comments Download
A content/browser/renderer_host/input/fling/fling_curve.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/fling_curve_configuration.h View 1 chunk +52 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/fling_curve_configuration.cc View 1 chunk +55 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/fling_curve_impl.h View 1 chunk +53 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/fling_curve_impl.cc View 1 2 3 1 chunk +168 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/fling_curve_impl_android.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A + content/browser/renderer_host/input/fling/fling_curve_impl_android.cc View 1 2 3 9 chunks +25 lines, -26 lines 0 comments Download
A content/browser/renderer_host/input/fling/flinger.h View 1 2 3 1 chunk +84 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/flinger.cc View 1 2 3 1 chunk +172 lines, -0 lines 0 comments Download
A content/browser/renderer_host/input/fling/flinger_unittest.cc View 1 chunk +167 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/immediate_input_router.h View 1 2 3 6 chunks +22 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/immediate_input_router.cc View 1 2 3 12 chunks +117 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698