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

Side by Side Diff: content/shell/common/shell_param_traits.h

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Clean up map 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/public/common/common_param_traits.h"
6 #include "content/shell/common/shell_test_configuration.h"
7 #include "ipc/ipc_message_macros.h"
8 #include "ui/gfx/ipc/gfx_param_traits.h"
9 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
10
11 IPC_STRUCT_TRAITS_BEGIN(content::ShellTestConfiguration)
12 IPC_STRUCT_TRAITS_MEMBER(current_working_directory)
tibell 2017/01/19 00:29:54 The IPC_STRUCT_TRAITS_MEMBER calls are usually ind
Jia 2017/01/20 01:52:14 Done.
13 IPC_STRUCT_TRAITS_MEMBER(temp_path)
14 IPC_STRUCT_TRAITS_MEMBER(test_url)
15 IPC_STRUCT_TRAITS_MEMBER(enable_pixel_dumping)
16 IPC_STRUCT_TRAITS_MEMBER(allow_external_pages)
17 IPC_STRUCT_TRAITS_MEMBER(expected_pixel_hash)
18 IPC_STRUCT_TRAITS_MEMBER(initial_size)
19 IPC_STRUCT_TRAITS_END()
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698