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

Side by Side Diff: services/viz/public/interfaces/hit_test/input_hit_test.mojom

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Make the hit test API accesible by viz component Created 3 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 module viz.mojom;
Navid Zolghadr 2017/08/09 16:08:22 Is this place alright for the mojom file?
rjkroege 2017/08/14 18:26:58 We discussed collectively. In the short term, havi
Navid Zolghadr 2017/08/18 15:29:48 Done.
2
3 import "ui/gfx/geometry/mojo/geometry.mojom";
4
5 // Returns the hit-tested remote frame id for the given coordinates.
6 interface FrameInputHitTest {
rjkroege 2017/08/14 18:26:58 I am opposed to this name. The "Test" suffix sugge
Navid Zolghadr 2017/08/18 15:29:48 Done.
7 HitTestFrameAt(gfx.mojom.Point point) => (int32 frame_id);
8 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698