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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

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
Index: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index c33ffd978b53d042bd25bd412dd622667d1cb4a3..7a4dcead12c2e6cf529713c1ae0cd8642b7e02a1 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -569,7 +569,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
void RequestCompositorFrameSink(
viz::mojom::CompositorFrameSinkRequest request,
- viz::mojom::CompositorFrameSinkClientPtr client);
+ viz::mojom::CompositorFrameSinkClientPtr client,
+ viz::mojom::TargetFrameForInputDelegatePtr hit_test);
const cc::CompositorFrameMetadata& last_frame_metadata() {
return last_frame_metadata_;
@@ -977,6 +978,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
mojo::Binding<viz::mojom::CompositorFrameSink> compositor_frame_sink_binding_;
viz::mojom::CompositorFrameSinkClientPtr renderer_compositor_frame_sink_;
+ viz::mojom::TargetFrameForInputDelegatePtr target_frame_for_input_delegate_;
cc::CompositorFrameMetadata last_frame_metadata_;
« no previous file with comments | « content/browser/renderer_host/frame_sink_provider_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698