| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index ec2a4bf5d48d62cd081b074fad0b51da8f2b4653..da73059e8bd67827f2f40460fa9623f1258db318 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -70,6 +70,7 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(handle)
|
| IPC_STRUCT_TRAITS_MEMBER(offset)
|
| + IPC_STRUCT_TRAITS_MEMBER(stride)
|
| #if defined(USE_OZONE)
|
| IPC_STRUCT_TRAITS_MEMBER(native_pixmap_handle)
|
| #endif
|
|
|