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

Unified Diff: content/test/test_render_view_host.cc

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/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index cc86452dfe478fbce55408e71f148e62274aa491..fd7f5f63c4ecfd3bc3f31f05e33e035257742616 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -200,7 +200,8 @@ gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
}
void TestRenderWidgetHostView::DidCreateNewRendererCompositorFrameSink(
- viz::mojom::CompositorFrameSinkClient* renderer_compositor_frame_sink) {
+ viz::mojom::CompositorFrameSinkClient* renderer_compositor_frame_sink,
+ viz::mojom::FrameInputHitTest* hit_test) {
did_change_compositor_frame_sink_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698