diff options
author | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 02:20:48 +0000 |
---|---|---|
committer | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 02:20:48 +0000 |
commit | b8384e20c14cf41b0cf6cabb08ce5078adeff2eb (patch) | |
tree | f1f0c07c4b73bd5a514baa33684e84e17007831b /cc/cc.gyp | |
parent | a1f0291ed7d8627130b4c20267a2a8bcd18f5e27 (diff) | |
download | chromium_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.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |