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

Unified Diff: content/test/test_render_view_host.cc

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/test/test_render_view_host.h ('k') | services/viz/public/interfaces/hit_test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1729162692966de5548c5a47548ad41fd0caa3a0 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::TargetFrameForInputDelegate* input_delegate) {
did_change_compositor_frame_sink_ = true;
}
« no previous file with comments | « content/test/test_render_view_host.h ('k') | services/viz/public/interfaces/hit_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698