Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index db1e755f125ecf4a8a10544c25cf5a5ee46be379..7795796956c46dcc3d14e8a8af4c08224906d7d4 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -23,6 +23,7 @@ |
#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/browser/renderer_host/render_widget_host_impl.h" |
#include "content/common/gpu/client/context_provider_command_buffer.h" |
+#include "content/common/renderer.mojom.h" |
#include "content/common/site_isolation_policy.h" |
#include "content/public/common/page_state.h" |
#include "content/public/renderer/renderer_gamepad_provider.h" |
@@ -80,7 +81,7 @@ base::LazyInstance<FrameProxyCreationCallback>::Leaky |
using WebViewTestProxyType = |
test_runner::WebViewTestProxy<RenderViewImpl, |
CompositorDependencies*, |
- const ViewMsg_New_Params&>; |
+ const mojom::CreateViewParams&>; |
using WebWidgetTestProxyType = |
test_runner::WebWidgetTestProxy<RenderWidget, |
CompositorDependencies*, |
@@ -94,7 +95,7 @@ using WebFrameTestProxyType = |
const RenderFrameImpl::CreateParams&>; |
RenderViewImpl* CreateWebViewTestProxy(CompositorDependencies* compositor_deps, |
- const ViewMsg_New_Params& params) { |
+ const mojom::CreateViewParams& params) { |
WebViewTestProxyType* render_view_proxy = |
new WebViewTestProxyType(compositor_deps, params); |
if (g_view_test_proxy_callback == 0) |