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}
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',