Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index c6933831f2883f605f8d914315f7610017bb53a9..44283db711a2e1e47cd99792b15122274a32d612 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -216,9 +216,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation : public GLES2Interface { |
GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, |
GLint* size, GLenum* type, char* name); |
- GLuint MakeTextureId(); |
- void FreeTextureId(GLuint id); |
- |
void SetSharedMemoryChunkSizeMultiple(unsigned int multiple); |
void FreeUnusedSharedMemory(); |