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

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

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/browser/renderer_host/frame_sink_provider_impl.h
diff --git a/content/browser/renderer_host/frame_sink_provider_impl.h b/content/browser/renderer_host/frame_sink_provider_impl.h
index 497918b690ff61d83991ece06900ca9308833bb8..614c060efc2f033bd0730244292438a154082f2a 100644
--- a/content/browser/renderer_host/frame_sink_provider_impl.h
+++ b/content/browser/renderer_host/frame_sink_provider_impl.h
@@ -21,10 +21,10 @@ class FrameSinkProviderImpl : public mojom::FrameSinkProvider {
void Unbind();
// mojom::FrameSinkProvider implementation.
- void CreateForWidget(
- int32_t widget_id,
- viz::mojom::CompositorFrameSinkRequest request,
- viz::mojom::CompositorFrameSinkClientPtr client) override;
+ void CreateForWidget(int32_t widget_id,
+ viz::mojom::CompositorFrameSinkRequest request,
+ viz::mojom::CompositorFrameSinkClientPtr client,
+ viz::mojom::FrameInputHitTestPtr hit_test) override;
private:
const int32_t process_id_;

Powered by Google App Engine
This is Rietveld 408576698