| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 7f036db908c6327eef9dc5b364a6a28353e5f7df..a87b02d1e721de2bd9908c5ac261992305bcd468 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -645,6 +645,17 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
|
|
| const std::string& GetLogPrefix() const;
|
|
|
| + bool PrepareInstancedPathCommand(const char* function_name,
|
| + GLsizei num_paths,
|
| + GLenum path_name_type,
|
| + const void* paths,
|
| + GLenum transform_type,
|
| + const GLfloat* transform_values,
|
| + ScopedTransferBufferPtr* buffer,
|
| + uint32* out_paths_shm_id,
|
| + size_t* out_paths_offset,
|
| + uint32* out_transforms_shm_id,
|
| + size_t* out_transforms_offset);
|
| #if defined(GL_CLIENT_FAIL_GL_ERRORS)
|
| void CheckGLError();
|
| void FailGLError(GLenum error);
|
|
|