diff options
author | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-25 19:30:24 +0000 |
---|---|---|
committer | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-25 19:30:24 +0000 |
commit | 87ecde9bc0017384d98b195dfd7e76dae63ac504 (patch) | |
tree | 13a7e43e7e934765443c06ad40f0ed939615c2b6 /cc/cc.gyp | |
parent | 150e25b76db47d0b0a2edfe27d79a5b1a6f55d07 (diff) | |
download | chromium_src-87ecde9bc0017384d98b195dfd7e76dae63ac504.zip chromium_src-87ecde9bc0017384d98b195dfd7e76dae63ac504.tar.gz chromium_src-87ecde9bc0017384d98b195dfd7e76dae63ac504.tar.bz2 |
cc: Define ScrollOffsetAnimationCurve
This defines ScrollOffsetAnimationCurve, which will be used
by the implementation of the CSSOM View smooth scroll API.
BUG=243871
Review URL: https://codereview.chromium.org/60113007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ 'animation/layer_animation_controller.h', 'animation/layer_animation_event_observer.h', 'animation/layer_animation_value_observer.h', + 'animation/scroll_offset_animation_curve.cc', + 'animation/scroll_offset_animation_curve.h', 'animation/scrollbar_animation_controller.h', 'animation/scrollbar_animation_controller_linear_fade.cc', 'animation/scrollbar_animation_controller_linear_fade.h', |