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

Unified Diff: content/test/test_render_view_host.cc

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Survive renderer crash Created 3 years, 8 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 d2cb8710b6677d3b277695a4a9e551e54430ba53..9496f6c84f528442cdd6eafd4b82b3e75dd9083a 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -180,7 +180,8 @@ gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
return gfx::Rect();
}
-void TestRenderWidgetHostView::DidCreateNewRendererCompositorFrameSink() {
+void TestRenderWidgetHostView::DidCreateNewRendererCompositorFrameSink(
+ cc::mojom::MojoCompositorFrameSinkClient* renderer_compositor_frame_sink) {
did_change_compositor_frame_sink_ = true;
}
« content/test/fake_renderer_compositor_frame_sink.h ('K') | « content/test/test_render_view_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698