| Index: ui/gfx/gl/gl_interface.h
|
| diff --git a/ui/gfx/gl/gl_interface.h b/ui/gfx/gl/gl_interface.h
|
| index 97363b70055006bf4589f6293092b497826b4e6b..5783e50bdbfb14a77c070ffff5cfcb89d5267e39 100644
|
| --- a/ui/gfx/gl/gl_interface.h
|
| +++ b/ui/gfx/gl/gl_interface.h
|
| @@ -36,10 +36,10 @@ class GL_EXPORT GLInterface {
|
|
|
| virtual void BindBuffer(GLenum target, GLuint buffer) = 0;
|
|
|
| - virtual void BindFragDataLocationIndexedARB(GLuint program,
|
| - GLuint colorNumber,
|
| - GLuint index,
|
| - const char* name) = 0;
|
| + virtual void BindFragDataLocationIndexed(GLuint program,
|
| + GLuint colorNumber,
|
| + GLuint index,
|
| + const char* name) = 0;
|
|
|
| virtual void BindFragDataLocation(GLuint program,
|
| GLuint colorNumber,
|
|
|