summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authortdresser <tdresser@chromium.org>2015-07-31 06:15:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 13:15:39 +0000
commitd9e20147dd5649be4c9b742d3e6984034853715c (patch)
treeee23091180f4ab0895946dc803ca1041b6ec67ee /cc/cc.gyp
parent582211ec456040fb553264c1d61129cfbbc52ddb (diff)
downloadchromium_src-d9e20147dd5649be4c9b742d3e6984034853715c.zip
chromium_src-d9e20147dd5649be4c9b742d3e6984034853715c.tar.gz
chromium_src-d9e20147dd5649be4c9b742d3e6984034853715c.tar.bz2
Arrange compositor scrolling into scroll customization format (WIP)
This splits compositor driven scrolling into applyScroll and distributeScroll methods. Future patches will allow JavaScript on a CompositorWorker to override these methods. BUG=505851 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1215183004 Cr-Commit-Position: refs/heads/master@{#341323}
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 d4a2ea0..af4c83d 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -164,6 +164,8 @@
'input/page_scale_animation.h',
'input/scroll_elasticity_helper.cc',
'input/scroll_elasticity_helper.h',
+ 'input/scroll_state.cc',
+ 'input/scroll_state.h',
'input/selection_bound_type.h',
'input/selection.h',
'input/top_controls_manager.cc',