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

Unified Diff: content/renderer/mus/compositor_mus_connection_unittest.cc

Issue 2493293002: RenderWidget: make routing_id be a parameter of the ctor (Closed)
Patch Set: Add a release for asan bots. 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/render_view_observer.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/compositor_mus_connection_unittest.cc
diff --git a/content/renderer/mus/compositor_mus_connection_unittest.cc b/content/renderer/mus/compositor_mus_connection_unittest.cc
index df3f1e4f40e7af3562bc2ceb65be0e4965159eff..29a50ffe927033de468504bae8ca950fb32424c0 100644
--- a/content/renderer/mus/compositor_mus_connection_unittest.cc
+++ b/content/renderer/mus/compositor_mus_connection_unittest.cc
@@ -151,7 +151,8 @@ class TestInputHandlerManagerClient : public InputHandlerManagerClient {
class TestRenderWidget : public RenderWidget {
public:
explicit TestRenderWidget(CompositorDependencies* compositor_deps)
- : RenderWidget(compositor_deps,
+ : RenderWidget(1,
+ compositor_deps,
blink::WebPopupTypeNone,
ScreenInfo(),
true,
« no previous file with comments | « content/public/renderer/render_view_observer.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698