Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3947)

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 1689293002: cc: Move TryScroll from LayerImpl to LayerTreeHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master branch Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d3e01a0ae41424ec11de70b169c46bae80981c01 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& device_viewport_point,
ajuma 2016/02/12 17:03:01 screen_space_point
+ InputHandler::ScrollInputType type,
+ const ScrollTree& scroll_tree,
+ ScrollNode* scroll_node) const;
+
protected:
LayerTreeHostImpl(
const LayerTreeSettings& settings,

Powered by Google App Engine
This is Rietveld 408576698