| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index dc7d6b7cc879c3f66ee10da7ef12b045091523b5..75af4906662cea1b31468b523f6a87fcd53fbec4 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -841,6 +841,9 @@ void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
|
| GLenum genMode,
|
| GLint components,
|
| const GLfloat* coeffs) override;
|
| +void* GetBufferSubDataAsyncCHROMIUM(GLenum target,
|
| + GLintptr offset,
|
| + GLsizeiptr size) override;
|
| void CoverageModulationCHROMIUM(GLenum components) override;
|
| GLenum GetGraphicsResetStatusKHR() override;
|
| void BlendBarrierKHR() override;
|
|
|