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

Unified Diff: content/public/test/render_view_test.cc

Issue 2498463002: RenderWidget/RenderView: encapsulate ViewHostMsg_Show, etc, in a callback (Closed)
Patch Set: Remove RenderWidgetFullscreen Created 4 years, 1 month 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/public/renderer/content_renderer_client.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index defddbdcb59b98365c958e654fff7263d4efb2b9..7a6915c278b2781e8ea3f5677c5d11aec3ed3a6e 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -314,8 +314,8 @@ void RenderViewTest::SetUp() {
view_params.max_size = gfx::Size();
// This needs to pass the mock render thread to the view.
- RenderViewImpl* view =
- RenderViewImpl::Create(compositor_deps_.get(), view_params, false);
+ RenderViewImpl* view = RenderViewImpl::Create(
+ compositor_deps_.get(), view_params, RenderWidget::ShowCallback());
view_ = view;
}
« no previous file with comments | « content/public/renderer/content_renderer_client.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698