summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_hittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make browser hit testing return correct SurfaceId with nested Surfaceskenrb2016-03-011-3/+7
* Adds an interface to SurfaceHittestDelegate in order to overridelfg2016-02-091-1/+4
* cc: Allow Surfaces clients to customize hit testingfsamuel2015-12-061-3/+9
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-3/+3
* Surface hit testing: Introduce GetTransformToTargetSurfacefsamuel2015-10-061-5/+99
* Refactor Surfacehittest to return gfx::Transformfsamuel2015-09-221-22/+24
* cc: Refactor SurfaceHittest for readabilityfsamuel2015-09-111-104/+124
* cc::Surfaces: Fix hittest crashfsamuel2015-09-041-0/+2
* Adds support for hittesting points on surface quads.lfg2015-08-071-0/+151