| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index 9fcadf211441864678a566c2f5dd929443654957..d0bd1499eefaa3c46b97070088e5fcc65c67ecda 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -1167,6 +1167,10 @@ void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
|
| GLint components,
|
| const GLfloat* coeffs) override;
|
|
|
| +void* GetBufferSubDataAsyncCHROMIUM(GLenum target,
|
| + GLintptr offset,
|
| + GLsizeiptr size) override;
|
| +
|
| void CoverageModulationCHROMIUM(GLenum components) override;
|
|
|
| GLenum GetGraphicsResetStatusKHR() override;
|
|
|