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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 module content.mojom; 1 module content.mojom;
2 2
3 import "services/viz/public/interfaces/hit_test/target_frame_for_input_delegate. mojom";
3 import "services/viz/public/interfaces/compositing/compositor_frame_sink.mojom"; 4 import "services/viz/public/interfaces/compositing/compositor_frame_sink.mojom";
4 5
5 // This interface provides CompositorFrameSink for the renderer. 6 // This interface provides CompositorFrameSink for the renderer.
6 interface FrameSinkProvider { 7 interface FrameSinkProvider {
7 CreateForWidget( 8 CreateForWidget(
8 int32 widget_id, viz.mojom.CompositorFrameSink& request, 9 int32 widget_id, viz.mojom.CompositorFrameSink& request,
9 viz.mojom.CompositorFrameSinkClient client); 10 viz.mojom.CompositorFrameSinkClient client,
11 viz.mojom.TargetFrameForInputDelegate input_delegate);
10 }; 12 };
OLDNEW
« 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