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/test/fake_scrollbar.h | |
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/test/fake_scrollbar.h')
-rw-r--r-- | cc/test/fake_scrollbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/test/fake_scrollbar.h b/cc/test/fake_scrollbar.h index 0f068b0..e1ac147 100644 --- a/cc/test/fake_scrollbar.h +++ b/cc/test/fake_scrollbar.h @@ -19,6 +19,7 @@ class FakeScrollbar : public Scrollbar { // Scrollbar implementation. virtual ScrollbarOrientation Orientation() const OVERRIDE; + virtual bool IsLeftSideVerticalScrollbar() const OVERRIDE; virtual gfx::Point Location() const OVERRIDE; virtual bool IsOverlay() const OVERRIDE; virtual bool HasThumb() const OVERRIDE; |