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

Unified Diff: content/test/layouttest_support.cc

Issue 2381493003: Move ViewMsg_New to mojom (Closed)
Patch Set: . Created 4 years, 3 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ipc/ipc.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ipc/ipc.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698