| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 209215ea1b859c394a6b64115bd1dce73c13e1bd..8347572078278d4648d729dbf6557c6ba640c78d 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -859,4 +859,12 @@ void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
|
| GLenum GetGraphicsResetStatusKHR() override;
|
| void BlendBarrierKHR() override;
|
| void ApplyScreenSpaceAntialiasingCHROMIUM() override;
|
| +void BindFragDataLocationIndexedEXT(GLuint program,
|
| + GLuint colorNumber,
|
| + GLuint index,
|
| + const char* name) override;
|
| +void BindFragDataLocationEXT(GLuint program,
|
| + GLuint colorNumber,
|
| + const char* name) override;
|
| +GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
|
|
|