diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-11 14:26:56 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-11 14:26:56 +0000 |
commit | 2ea5abaf1e92cb688b7b766a1fa83fa44840d8ab (patch) | |
tree | c08340e820c894636453eb3dedc74ca0a14e23ea /cc/cc_tests.gyp | |
parent | 8853963c136bfd45e5d4b55f0b8df3207839ca16 (diff) | |
download | chromium_src-2ea5abaf1e92cb688b7b766a1fa83fa44840d8ab.zip chromium_src-2ea5abaf1e92cb688b7b766a1fa83fa44840d8ab.tar.gz chromium_src-2ea5abaf1e92cb688b7b766a1fa83fa44840d8ab.tar.bz2 |
Add a thinning scrollbar animator for desktop overlay scrollbars.
This makes the overlay scrollbars on desktop get thinner on idle rather
than disappearing. This allows people to find and target them easier.
No changes to Android scrollbars.
BUG=274010
Review URL: https://chromiumcodereview.appspot.com/23647004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 581e609..4ecb8e7 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -10,6 +10,7 @@ 'animation/keyframed_animation_curve_unittest.cc', 'animation/layer_animation_controller_unittest.cc', 'animation/scrollbar_animation_controller_linear_fade_unittest.cc', + 'animation/scrollbar_animation_controller_thinning_unittest.cc', 'animation/timing_function_unittest.cc', 'animation/transform_operations_unittest.cc', 'base/float_quad_unittest.cc', |