| 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 8baf53db8bb425862315939e6ed71de6ad906997..659ffc2b80173a8d762f1a6a8da42ef54fc7abd0 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -838,6 +838,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;
|
|
|