| Index: content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h b/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h
|
| index 53937cadcf81ba8bd42eb59668b6c54cc671d9a7..283f44fd3fbbfc1ceee33532d161aca99c5891df 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h
|
| @@ -19,6 +19,7 @@ class GpuMemoryBufferImplOzoneNativeBuffer : public GpuMemoryBufferImpl {
|
| static void Create(const gfx::Size& size,
|
| unsigned internalformat,
|
| unsigned usage,
|
| + int client_id,
|
| const CreationCallback& callback);
|
|
|
| // Allocates an Ozone native buffer backed GPU memory buffer with |size| and
|
| @@ -27,7 +28,7 @@ class GpuMemoryBufferImplOzoneNativeBuffer : public GpuMemoryBufferImpl {
|
| const gfx::Size& size,
|
| unsigned internalformat,
|
| unsigned usage,
|
| - int child_id,
|
| + int child_client_id,
|
| const AllocationCallback& callback);
|
|
|
| static bool IsFormatSupported(unsigned internalformat);
|
|
|