| Index: gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| index b748d03c742e34af0ce6e2d6f69f2be5d2725c5e..e63ba63c23fc4fada95817390f53d181726d6c0f 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| @@ -1842,7 +1842,7 @@ void GLES2Implementation::GenQueriesEXT(GLsizei n, GLuint* queries) {
|
| return;
|
| }
|
| GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| - IdAllocatorInterface* id_allocator = GetIdAllocator(id_namespaces::kQueries);
|
| + IdAllocator* id_allocator = GetIdAllocator(id_namespaces::kQueries);
|
| for (GLsizei ii = 0; ii < n; ++ii)
|
| queries[ii] = id_allocator->AllocateID();
|
| GenQueriesEXTHelper(n, queries);
|
|
|