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

Side by Side Diff: content/common/cc_messages.h

Issue 105743004: Add gpu::MailboxHolder to hold state for a gpu::Mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bfbc08f8 Android clang fixes. Created 6 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // IPC Messages sent between compositor instances. 5 // IPC Messages sent between compositor instances.
6 6
7 #include "cc/output/begin_frame_args.h" 7 #include "cc/output/begin_frame_args.h"
8 #include "cc/output/compositor_frame.h" 8 #include "cc/output/compositor_frame.h"
9 #include "cc/output/compositor_frame_ack.h" 9 #include "cc/output/compositor_frame_ack.h"
10 #include "cc/output/filter_operation.h" 10 #include "cc/output/filter_operation.h"
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 IPC_STRUCT_TRAITS_MEMBER(content_bounds) 217 IPC_STRUCT_TRAITS_MEMBER(content_bounds)
218 IPC_STRUCT_TRAITS_MEMBER(visible_content_rect) 218 IPC_STRUCT_TRAITS_MEMBER(visible_content_rect)
219 IPC_STRUCT_TRAITS_MEMBER(clip_rect) 219 IPC_STRUCT_TRAITS_MEMBER(clip_rect)
220 IPC_STRUCT_TRAITS_MEMBER(is_clipped) 220 IPC_STRUCT_TRAITS_MEMBER(is_clipped)
221 IPC_STRUCT_TRAITS_MEMBER(opacity) 221 IPC_STRUCT_TRAITS_MEMBER(opacity)
222 IPC_STRUCT_TRAITS_MEMBER(blend_mode) 222 IPC_STRUCT_TRAITS_MEMBER(blend_mode)
223 IPC_STRUCT_TRAITS_END() 223 IPC_STRUCT_TRAITS_END()
224 224
225 IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) 225 IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource)
226 IPC_STRUCT_TRAITS_MEMBER(id) 226 IPC_STRUCT_TRAITS_MEMBER(id)
227 IPC_STRUCT_TRAITS_MEMBER(sync_point)
228 IPC_STRUCT_TRAITS_MEMBER(format) 227 IPC_STRUCT_TRAITS_MEMBER(format)
229 IPC_STRUCT_TRAITS_MEMBER(target)
230 IPC_STRUCT_TRAITS_MEMBER(filter) 228 IPC_STRUCT_TRAITS_MEMBER(filter)
231 IPC_STRUCT_TRAITS_MEMBER(size) 229 IPC_STRUCT_TRAITS_MEMBER(size)
232 IPC_STRUCT_TRAITS_MEMBER(mailbox) 230 IPC_STRUCT_TRAITS_MEMBER(mailbox_holder)
233 IPC_STRUCT_TRAITS_MEMBER(is_software) 231 IPC_STRUCT_TRAITS_MEMBER(is_software)
234 IPC_STRUCT_TRAITS_END() 232 IPC_STRUCT_TRAITS_END()
235 233
236 IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) 234 IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource)
237 IPC_STRUCT_TRAITS_MEMBER(id) 235 IPC_STRUCT_TRAITS_MEMBER(id)
238 IPC_STRUCT_TRAITS_MEMBER(sync_point) 236 IPC_STRUCT_TRAITS_MEMBER(sync_point)
239 IPC_STRUCT_TRAITS_MEMBER(count) 237 IPC_STRUCT_TRAITS_MEMBER(count)
240 IPC_STRUCT_TRAITS_MEMBER(lost) 238 IPC_STRUCT_TRAITS_MEMBER(lost)
241 IPC_STRUCT_TRAITS_END() 239 IPC_STRUCT_TRAITS_END()
242 240
(...skipping 23 matching lines...) Expand all
266 IPC_STRUCT_TRAITS_MEMBER(size) 264 IPC_STRUCT_TRAITS_MEMBER(size)
267 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) 265 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect)
268 IPC_STRUCT_TRAITS_END() 266 IPC_STRUCT_TRAITS_END()
269 267
270 IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData) 268 IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData)
271 IPC_STRUCT_TRAITS_MEMBER(id) 269 IPC_STRUCT_TRAITS_MEMBER(id)
272 IPC_STRUCT_TRAITS_MEMBER(size) 270 IPC_STRUCT_TRAITS_MEMBER(size)
273 IPC_STRUCT_TRAITS_MEMBER(damage_rect) 271 IPC_STRUCT_TRAITS_MEMBER(damage_rect)
274 IPC_STRUCT_TRAITS_MEMBER(handle) 272 IPC_STRUCT_TRAITS_MEMBER(handle)
275 IPC_STRUCT_TRAITS_END() 273 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « content/browser/renderer_host/software_frame_manager.cc ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698