Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h |
index 9fcadf211441864678a566c2f5dd929443654957..0ddd2f1724047b96ed44e4c74cdbe96533d2dab4 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -872,6 +872,10 @@ void* MapBufferRange(GLenum target, |
GLboolean UnmapBuffer(GLenum target) override; |
+void FlushMappedBufferRange(GLenum target, |
+ GLintptr offset, |
+ GLsizeiptr size) override; |
+ |
void* MapTexSubImage2DCHROMIUM(GLenum target, |
GLint level, |
GLint xoffset, |