summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gl_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/gl_mock.h')
-rw-r--r--gpu/command_buffer/service/gl_mock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gl_mock.h b/gpu/command_buffer/service/gl_mock.h
index ca038bb..41be895 100644
--- a/gpu/command_buffer/service/gl_mock.h
+++ b/gpu/command_buffer/service/gl_mock.h
@@ -376,6 +376,9 @@ class MockGLInterface : public GLInterface {
MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height));
MOCK_METHOD0(SwapBuffers, void());
+
+ MOCK_METHOD4(GetMaxValueInBuffer, GLuint(
+ GLuint buffer_id, GLsizei count, GLenum type, GLuint offset));
};
} // namespace gles2