From 2ea5abaf1e92cb688b7b766a1fa83fa44840d8ab Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Wed, 11 Sep 2013 14:26:56 +0000 Subject: 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 --- cc/cc.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/cc.gyp') diff --git a/cc/cc.gyp b/cc/cc.gyp index 7db4b4f..b726635 100644 --- a/cc/cc.gyp +++ b/cc/cc.gyp @@ -44,6 +44,8 @@ 'animation/scrollbar_animation_controller.h', 'animation/scrollbar_animation_controller_linear_fade.cc', 'animation/scrollbar_animation_controller_linear_fade.h', + 'animation/scrollbar_animation_controller_thinning.cc', + 'animation/scrollbar_animation_controller_thinning.h', 'animation/timing_function.cc', 'animation/timing_function.h', 'animation/transform_operation.cc', -- cgit v1.1