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

Side by Side Diff: gpu/ipc/common/gpu_command_buffer_traits_multi.h

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 years, 7 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
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/gpu_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message file, hence no include guard here. 5 // Multiply-included message file, hence no include guard here.
6
6 #include "gpu/command_buffer/common/capabilities.h" 7 #include "gpu/command_buffer/common/capabilities.h"
7 #include "gpu/command_buffer/common/constants.h" 8 #include "gpu/command_buffer/common/constants.h"
8 #include "gpu/gpu_export.h" 9 #include "gpu/gpu_export.h"
9 #include "ipc/ipc_message_utils.h" 10 #include "ipc/ipc_message_utils.h"
10 #include "ipc/param_traits_macros.h" 11 #include "ipc/param_traits_macros.h"
11 12
12 #undef IPC_MESSAGE_EXPORT 13 #undef IPC_MESSAGE_EXPORT
13 #define IPC_MESSAGE_EXPORT GPU_EXPORT 14 #define IPC_MESSAGE_EXPORT GPU_EXPORT
14 15
15 IPC_ENUM_TRAITS_MAX_VALUE(gpu::error::Error, gpu::error::kErrorLast) 16 IPC_ENUM_TRAITS_MAX_VALUE(gpu::error::Error, gpu::error::kErrorLast)
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) 110 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean)
110 IPC_STRUCT_TRAITS_MEMBER(timer_queries) 111 IPC_STRUCT_TRAITS_MEMBER(timer_queries)
111 IPC_STRUCT_TRAITS_MEMBER(surfaceless) 112 IPC_STRUCT_TRAITS_MEMBER(surfaceless)
112 IPC_STRUCT_TRAITS_MEMBER(flips_vertically) 113 IPC_STRUCT_TRAITS_MEMBER(flips_vertically)
113 IPC_STRUCT_TRAITS_MEMBER(msaa_is_slow) 114 IPC_STRUCT_TRAITS_MEMBER(msaa_is_slow)
114 IPC_STRUCT_TRAITS_MEMBER(chromium_image_rgb_emulation) 115 IPC_STRUCT_TRAITS_MEMBER(chromium_image_rgb_emulation)
115 116
116 IPC_STRUCT_TRAITS_MEMBER(major_version) 117 IPC_STRUCT_TRAITS_MEMBER(major_version)
117 IPC_STRUCT_TRAITS_MEMBER(minor_version) 118 IPC_STRUCT_TRAITS_MEMBER(minor_version)
118 IPC_STRUCT_TRAITS_END() 119 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/gpu_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698