| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index e23ce056fe2922a4bc40d7ada9dc0f591d212da4..cf1baa280a10d34ef6b7ce5914737ba3b17706cf 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -994,6 +994,10 @@ void GLES2InterfaceStub::GetQueryObjectuivEXT(GLuint /* id */,
|
| GLenum /* pname */,
|
| GLuint* /* params */) {
|
| }
|
| +void GLES2InterfaceStub::GetQueryObjectui64vEXT(GLuint /* id */,
|
| + GLenum /* pname */,
|
| + GLuint64* /* params */) {
|
| +}
|
| void GLES2InterfaceStub::InsertEventMarkerEXT(GLsizei /* length */,
|
| const GLchar* /* marker */) {
|
| }
|
|
|