Index: components/mus/gles2/command_buffer_impl.h |
diff --git a/components/mus/gles2/command_buffer_impl.h b/components/mus/gles2/command_buffer_impl.h |
index 69f3a2035b1128d4971e6d9a8ccc0f1517f4e202..0d814f07450e0289a3ce20cd6addefd3344b5c26 100644 |
--- a/components/mus/gles2/command_buffer_impl.h |
+++ b/components/mus/gles2/command_buffer_impl.h |
@@ -59,7 +59,7 @@ class CommandBufferImpl : public mojom::CommandBuffer, |
void CreateImage(int32_t id, |
mojo::ScopedHandle memory_handle, |
int32_t type, |
- mojo::SizePtr size, |
+ const gfx::Size& size, |
int32_t format, |
int32_t internal_format) override; |
void DestroyImage(int32_t id) override; |
@@ -101,7 +101,7 @@ class CommandBufferImpl : public mojom::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 DestroyImageOnGpuThread(int32_t id); |