summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-25 19:30:24 +0000
committerajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-25 19:30:24 +0000
commit87ecde9bc0017384d98b195dfd7e76dae63ac504 (patch)
tree13a7e43e7e934765443c06ad40f0ed939615c2b6 /cc/cc.gyp
parent150e25b76db47d0b0a2edfe27d79a5b1a6f55d07 (diff)
downloadchromium_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.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index a3ec808..36251c6 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -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',