| Index: gpu/command_buffer/client/program_info_manager.h
|
| diff --git a/gpu/command_buffer/client/program_info_manager.h b/gpu/command_buffer/client/program_info_manager.h
|
| index 099f182184bd95eecdd6f75f9e3485cd2e342b29..81be345f7b8db7145ecfb8ef3a6863c295465c10 100644
|
| --- a/gpu/command_buffer/client/program_info_manager.h
|
| +++ b/gpu/command_buffer/client/program_info_manager.h
|
| @@ -33,6 +33,9 @@ class GLES2_IMPL_EXPORT ProgramInfoManager {
|
| virtual GLint GetUniformLocation(
|
| GLES2Implementation* gl, GLuint program, const char* name) = 0;
|
|
|
| + virtual GLint GetFragDataLocation(
|
| + GLES2Implementation* gl, GLuint program, const char* name) = 0;
|
| +
|
| virtual bool GetActiveAttrib(
|
| GLES2Implementation* gl,
|
| GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
|
|
|