| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 1f809c491f240ba6dce674b926ef2eee609a80ef..391fe6eb378d4c320101435f866d680859c1f5b1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -682,6 +682,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void DistributeScrollDelta(ScrollState* scroll_state);
|
| bool CanConsumeDelta(ScrollNode* scroll_node,
|
| const ScrollState& scroll_state);
|
| + bool CanPropagate(ScrollNode* scroll_node, float x, float y);
|
|
|
| bool AnimatePageScale(base::TimeTicks monotonic_time);
|
| bool AnimateScrollbars(base::TimeTicks monotonic_time);
|
|
|