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

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 2420843004: Clean up mojom::Renderer usage in RPH (Closed)
Patch Set: rebase Created 4 years, 2 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_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index b5a9d85d1c00b887e8bd8131defe541496da9ca9..b8f16e39f01bdcb27a871ff8c8316fc65e24144a 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -367,8 +367,7 @@ bool RenderViewHostImpl::CreateRenderView(
GetWidget()->GetResizeParams(&params->initial_size);
GetWidget()->SetInitialRenderSizeParams(params->initial_size);
- RenderProcessHostImpl::GetRendererInterface(GetProcess())->CreateView(
- std::move(params));
+ GetProcess()->GetRendererInterface()->CreateView(std::move(params));
// If the RWHV has not yet been set, the surface ID namespace will get
// passed down by the call to SetView().
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/site_per_process_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698