summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 02:20:48 +0000
committerajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 02:20:48 +0000
commitb8384e20c14cf41b0cf6cabb08ce5078adeff2eb (patch)
treef1f0c07c4b73bd5a514baa33684e84e17007831b /cc/cc.gyp
parenta1f0291ed7d8627130b4c20267a2a8bcd18f5e27 (diff)
downloadchromium_src-b8384e20c14cf41b0cf6cabb08ce5078adeff2eb.zip
chromium_src-b8384e20c14cf41b0cf6cabb08ce5078adeff2eb.tar.gz
chromium_src-b8384e20c14cf41b0cf6cabb08ce5078adeff2eb.tar.bz2
cc: Support animating scroll offset
This makes cc::LayerAnimationController support animating scroll offset. This is needed for implementing the CSSOM View smooth scroll API. BUG=243871 Review URL: https://codereview.chromium.org/95763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 847a428..e7fd783 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -42,6 +42,7 @@
'animation/layer_animation_controller.h',
'animation/layer_animation_event_observer.h',
'animation/layer_animation_value_observer.h',
+ 'animation/layer_animation_value_provider.h',
'animation/scroll_offset_animation_curve.cc',
'animation/scroll_offset_animation_curve.h',
'animation/scrollbar_animation_controller.h',