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

Unified Diff: cc/trees/layer_tree_host_common.h

Issue 266913021: Hit test on the layer tree rather than the RSLL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Helps if you upload all your files. Created 6 years, 7 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
« no previous file with comments | « cc/test/layer_tree_host_common_test.cc ('k') | cc/trees/layer_tree_host_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_common.h
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index 5090c6977e02a4d4c1ed85156c2f74f6f023b860..0e139471739b57657baf2008aaa2914a225eeaeb 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -99,24 +99,6 @@ class CC_EXPORT LayerTreeHostCommon {
CalcDrawPropsImplInputsForTesting;
static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
- // Performs hit testing for a given render_surface_layer_list.
- static LayerImpl* FindFirstScrollingLayerThatIsHitByPoint(
- const gfx::PointF& screen_space_point,
- const LayerImplList& render_surface_layer_list);
-
- // Performs hit testing for a given render_surface_layer_list.
- static LayerImpl* FindLayerThatIsHitByPoint(
- const gfx::PointF& screen_space_point,
- const LayerImplList& render_surface_layer_list);
-
- static LayerImpl* FindLayerThatIsHitByPointInTouchHandlerRegion(
- const gfx::PointF& screen_space_point,
- const LayerImplList& render_surface_layer_list);
-
- static bool LayerHasTouchEventHandlersAt(
- const gfx::PointF& screen_space_point,
- LayerImpl* layer_impl);
-
template <typename LayerType>
static bool RenderSurfaceContributesToTarget(LayerType*,
int target_surface_layer_id);
« no previous file with comments | « cc/test/layer_tree_host_common_test.cc ('k') | cc/trees/layer_tree_host_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698