summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.h
diff options
context:
space:
mode:
authorvollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-12 19:07:28 +0000
committervollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-12 19:07:28 +0000
commit28336d567bf426294b8d64e3320f42eced553ea8 (patch)
tree90c52047d657ec1f694ffedefcf000ce979ae833 /cc/trees/layer_tree_host_common.h
parent6edb767d519b53d2d5d8ce20fc3ca62cdd6d31e5 (diff)
downloadchromium_src-28336d567bf426294b8d64e3320f42eced553ea8.zip
chromium_src-28336d567bf426294b8d64e3320f42eced553ea8.tar.gz
chromium_src-28336d567bf426294b8d64e3320f42eced553ea8.tar.bz2
Hit test on the layer tree rather than the RSLL
R=danakj@chromium.org,enne@chromium.org BUG=369757,368935 Review URL: https://codereview.chromium.org/266913021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/layer_tree_host_common.h')
-rw-r--r--cc/trees/layer_tree_host_common.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index 5090c69..0e13947 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);