Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
=================================================================== |
--- gpu/command_buffer/client/gles2_implementation_autogen.h (revision 207109) |
+++ gpu/command_buffer/client/gles2_implementation_autogen.h (working copy) |
@@ -120,8 +120,6 @@ |
virtual void Flush() OVERRIDE; |
-virtual void ShallowFlushCHROMIUM() OVERRIDE; |
- |
virtual void FramebufferRenderbuffer( |
GLenum target, GLenum attachment, GLenum renderbuffertarget, |
GLuint renderbuffer) OVERRIDE; |
@@ -256,6 +254,10 @@ |
GLuint shader, GLsizei count, const GLchar* const* str, |
const GLint* length) OVERRIDE; |
+virtual void ShallowFinishCHROMIUM() OVERRIDE; |
+ |
+virtual void ShallowFlushCHROMIUM() OVERRIDE; |
+ |
virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE; |
virtual void StencilFuncSeparate( |