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

Side by Side Diff: cc/ipc/cc_param_traits_macros.h

Issue 2691583003: Removed fields from Selection classes (Closed)
Patch Set: Forgot to remove fields from test Created 3 years, 10 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 | « cc/input/selection.h ('k') | cc/ipc/selection.mojom » ('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 2016 The Chromium Authors. All rights reserved. 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 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 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_
6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_
7 7
8 #include "cc/output/begin_frame_args.h" 8 #include "cc/output/begin_frame_args.h"
9 #include "cc/output/compositor_frame.h" 9 #include "cc/output/compositor_frame.h"
10 #include "cc/output/filter_operation.h" 10 #include "cc/output/filter_operation.h"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) 150 IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource)
151 IPC_STRUCT_TRAITS_MEMBER(id) 151 IPC_STRUCT_TRAITS_MEMBER(id)
152 IPC_STRUCT_TRAITS_MEMBER(sync_token) 152 IPC_STRUCT_TRAITS_MEMBER(sync_token)
153 IPC_STRUCT_TRAITS_MEMBER(count) 153 IPC_STRUCT_TRAITS_MEMBER(count)
154 IPC_STRUCT_TRAITS_MEMBER(lost) 154 IPC_STRUCT_TRAITS_MEMBER(lost)
155 IPC_STRUCT_TRAITS_END() 155 IPC_STRUCT_TRAITS_END()
156 156
157 IPC_STRUCT_TRAITS_BEGIN(cc::Selection<gfx::SelectionBound>) 157 IPC_STRUCT_TRAITS_BEGIN(cc::Selection<gfx::SelectionBound>)
158 IPC_STRUCT_TRAITS_MEMBER(start) 158 IPC_STRUCT_TRAITS_MEMBER(start)
159 IPC_STRUCT_TRAITS_MEMBER(end) 159 IPC_STRUCT_TRAITS_MEMBER(end)
160 IPC_STRUCT_TRAITS_MEMBER(is_editable)
161 IPC_STRUCT_TRAITS_MEMBER(is_empty_text_form_control)
162 IPC_STRUCT_TRAITS_END() 160 IPC_STRUCT_TRAITS_END()
163 161
164 IPC_ENUM_TRAITS_MAX_VALUE(cc::BeginFrameArgs::BeginFrameArgsType, 162 IPC_ENUM_TRAITS_MAX_VALUE(cc::BeginFrameArgs::BeginFrameArgsType,
165 cc::BeginFrameArgs::BEGIN_FRAME_ARGS_TYPE_MAX - 1) 163 cc::BeginFrameArgs::BEGIN_FRAME_ARGS_TYPE_MAX - 1)
166 164
167 IPC_STRUCT_TRAITS_BEGIN(cc::BeginFrameArgs) 165 IPC_STRUCT_TRAITS_BEGIN(cc::BeginFrameArgs)
168 IPC_STRUCT_TRAITS_MEMBER(frame_time) 166 IPC_STRUCT_TRAITS_MEMBER(frame_time)
169 IPC_STRUCT_TRAITS_MEMBER(deadline) 167 IPC_STRUCT_TRAITS_MEMBER(deadline)
170 IPC_STRUCT_TRAITS_MEMBER(interval) 168 IPC_STRUCT_TRAITS_MEMBER(interval)
171 IPC_STRUCT_TRAITS_MEMBER(sequence_number) 169 IPC_STRUCT_TRAITS_MEMBER(sequence_number)
(...skipping 25 matching lines...) Expand all
197 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) 195 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces)
198 IPC_STRUCT_TRAITS_END() 196 IPC_STRUCT_TRAITS_END()
199 197
200 IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceInfo) 198 IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceInfo)
201 IPC_STRUCT_TRAITS_MEMBER(id_) 199 IPC_STRUCT_TRAITS_MEMBER(id_)
202 IPC_STRUCT_TRAITS_MEMBER(device_scale_factor_) 200 IPC_STRUCT_TRAITS_MEMBER(device_scale_factor_)
203 IPC_STRUCT_TRAITS_MEMBER(size_in_pixels_) 201 IPC_STRUCT_TRAITS_MEMBER(size_in_pixels_)
204 IPC_STRUCT_TRAITS_END() 202 IPC_STRUCT_TRAITS_END()
205 203
206 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 204 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « cc/input/selection.h ('k') | cc/ipc/selection.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698