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

Unified Diff: content/shell/common/shell_param_traits.h

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Formatted files Created 3 years, 11 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/shell/common/shell_param_traits.h
diff --git a/content/shell/common/shell_param_traits.h b/content/shell/common/shell_param_traits.h
new file mode 100644
index 0000000000000000000000000000000000000000..23f929f48e4774dcd56df70de31dadcc5c092475
--- /dev/null
+++ b/content/shell/common/shell_param_traits.h
@@ -0,0 +1,19 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/public/common/common_param_traits.h"
+#include "content/shell/common/shell_test_configuration.h"
+#include "ipc/ipc_message_macros.h"
+#include "ui/gfx/ipc/gfx_param_traits.h"
+#include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
+
+IPC_STRUCT_TRAITS_BEGIN(content::ShellTestConfiguration)
+ IPC_STRUCT_TRAITS_MEMBER(current_working_directory)
+ IPC_STRUCT_TRAITS_MEMBER(temp_path)
+ IPC_STRUCT_TRAITS_MEMBER(test_url)
+ IPC_STRUCT_TRAITS_MEMBER(enable_pixel_dumping)
+ IPC_STRUCT_TRAITS_MEMBER(allow_external_pages)
+ IPC_STRUCT_TRAITS_MEMBER(expected_pixel_hash)
+ IPC_STRUCT_TRAITS_MEMBER(initial_size)
+IPC_STRUCT_TRAITS_END()

Powered by Google App Engine
This is Rietveld 408576698