diff options
author | jdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-22 08:41:26 +0000 |
---|---|---|
committer | jdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-22 08:41:26 +0000 |
commit | 67489a930880a8052c762dec204924d605412943 (patch) | |
tree | 87e40d2da37d8df037d791dd12b6938e398b9a92 /content/content_child.gypi | |
parent | b31526858d840a34687c5eae642869ecd07b15c2 (diff) | |
download | chromium_src-67489a930880a8052c762dec204924d605412943.zip chromium_src-67489a930880a8052c762dec204924d605412943.tar.gz chromium_src-67489a930880a8052c762dec204924d605412943.tar.bz2 |
[Android] Port Scroller.java to C++ and use for fling animations
Port the Android platform's Scroller.java to C++, and wire the code up to
FlingAnimatorImpl. This has several benefits, including:
1) JNI hop and garbage elimination.
2) Fling updates in DIPs.
3) Animation timing independent of the Android view system.
4) Easy access to X and Y velocity components.
This may also prove useful for non-fling related scroll animations, e.g., smooth
scrolling from mousewheel and/or keyboard inputs on the compositor thread.
BUG=344370
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/172933004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r-- | content/content_child.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi index 8cf740d..71b06113 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -19,8 +19,6 @@ '../base/base.gyp:base', ], 'sources': [ - 'child/android/child_jni_registrar.cc', - 'child/android/child_jni_registrar.h', 'child/appcache/appcache_backend_proxy.cc', 'child/appcache/appcache_backend_proxy.h', 'child/appcache/appcache_dispatcher.cc', |