| Index: components/mus/gles2/command_buffer_local.h
|
| diff --git a/components/mus/gles2/command_buffer_local.h b/components/mus/gles2/command_buffer_local.h
|
| index 409e35ab2f7f199901d33b74fcce4d5e360007f4..c432dcae5d44fb32dfb953989326745dcc5a20e2 100644
|
| --- a/components/mus/gles2/command_buffer_local.h
|
| +++ b/components/mus/gles2/command_buffer_local.h
|
| @@ -125,7 +125,7 @@ class CommandBufferLocal : public gpu::CommandBuffer,
|
| bool CreateImageOnGpuThread(int32_t id,
|
| mojo::ScopedHandle memory_handle,
|
| int32_t type,
|
| - mojo::SizePtr size,
|
| + const gfx::Size& size,
|
| int32_t format,
|
| int32_t internal_format);
|
| bool CreateImageNativeOzoneOnGpuThread(int32_t id,
|
|
|