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

Unified Diff: content/common/frame_sink_provider.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 side-by-side diff with in-line comments
Download patch
Index: content/common/frame_sink_provider.mojom
diff --git a/content/common/frame_sink_provider.mojom b/content/common/frame_sink_provider.mojom
index 2f636ed7d21c87f4b8f03f0fdc43136271249ee9..68ad55c0e705e8a459244ae6405ae3114099e824 100644
--- a/content/common/frame_sink_provider.mojom
+++ b/content/common/frame_sink_provider.mojom
@@ -1,10 +1,12 @@
module content.mojom;
+import "services/viz/public/interfaces/hit_test/input_hit_test.mojom";
import "services/viz/public/interfaces/compositing/compositor_frame_sink.mojom";
// This interface provides CompositorFrameSink for the renderer.
interface FrameSinkProvider {
CreateForWidget(
int32 widget_id, viz.mojom.CompositorFrameSink& request,
- viz.mojom.CompositorFrameSinkClient client);
+ viz.mojom.CompositorFrameSinkClient client,
+ viz.mojom.FrameInputHitTest hit_test);
};

Powered by Google App Engine
This is Rietveld 408576698