diff options
author | jdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 17:51:51 +0000 |
---|---|---|
committer | jdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 17:51:51 +0000 |
commit | c6de4d8e6b2349e44742d81d6c8d4c1a8b23a8dd (patch) | |
tree | 3129c0817f390b28ea9aec8f77ad4a37f1e82aa6 /content/content_browser.gypi | |
parent | fbc309805453b13f253808a32d1e92f5cac3d4ec (diff) | |
download | chromium_src-c6de4d8e6b2349e44742d81d6c8d4c1a8b23a8dd.zip chromium_src-c6de4d8e6b2349e44742d81d6c8d4c1a8b23a8dd.tar.gz chromium_src-c6de4d8e6b2349e44742d81d6c8d4c1a8b23a8dd.tar.bz2 |
Add overscroll edge effect animations for Android.
Android provides simple edge effect animations for scrollable widgets. However,
these are incompatible with performance constraints in the current compositing
architecture.
This patch implements a native version of the Android EdgeEffect and OverScroll
behaviors, with hooks for animation and addition to a given layer. The necessary
textures are also added as Android resources.
BUG=135975
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14268004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 71995eb..7b41201 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -241,6 +241,8 @@ 'browser/android/download_controller_android_impl.cc', 'browser/android/download_controller_android_impl.h', 'browser/android/devtools_auth.cc', + 'browser/android/edge_effect.h', + 'browser/android/edge_effect.cc', 'browser/android/interstitial_page_delegate_android.cc', 'browser/android/interstitial_page_delegate_android.h', 'browser/android/load_url_params.cc', @@ -249,6 +251,8 @@ 'browser/android/media_player_manager_impl.h', 'browser/android/media_resource_getter_impl.cc', 'browser/android/media_resource_getter_impl.h', + 'browser/android/overscroll_glow.h', + 'browser/android/overscroll_glow.cc', 'browser/android/surface_texture_peer_browser_impl.cc', 'browser/android/surface_texture_peer_browser_impl.h', 'browser/android/sync_input_event_filter.h', |