| 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 6c5cef51b023191d6b240a73d2b9a0292f4634d2..1d8f5887752002389fe8edabc5893dc6f7b30df1 100644
|
| --- a/components/mus/gles2/command_buffer_local.h
|
| +++ b/components/mus/gles2/command_buffer_local.h
|
| @@ -126,6 +126,12 @@ class CommandBufferLocal : public gpu::CommandBuffer,
|
| mojo::SizePtr size,
|
| int32_t format,
|
| int32_t internal_format);
|
| + bool CreateImageNativeOzoneOnGpuThread(int32_t id,
|
| + int32_t type,
|
| + gfx::Size size,
|
| + gfx::BufferFormat format,
|
| + uint32_t internal_format,
|
| + ui::NativePixmap* pixmap);
|
| bool DestroyImageOnGpuThread(int32_t id);
|
| bool MakeProgressOnGpuThread(base::WaitableEvent* event,
|
| gpu::CommandBuffer::State* state);
|
|
|