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

Unified Diff: content/common/frame_sink_provider.mojom

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Address Rob's comments 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
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..dd8374cccc34ee7772d60092e63e0b4cfe7f6dff 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/target_frame_for_input_delegate.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.TargetFrameForInputDelegate input_delegate);
};
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698