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 6962fad3369829e11589404f35afbc34a28a83e8..9ec92dffd989b1ec2f7a7a208d44ee5599aa5d36 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -603,6 +603,11 @@ class CC_EXPORT LayerTreeHostImpl |
: task_runner_provider_->MainThreadTaskRunner(); |
} |
+ InputHandler::ScrollStatus TryScroll(const gfx::PointF& screen_space_point, |
+ InputHandler::ScrollInputType type, |
+ const ScrollTree& scroll_tree, |
+ ScrollNode* scroll_node) const; |
+ |
protected: |
LayerTreeHostImpl( |
const LayerTreeSettings& settings, |