| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index b8e3b66d1b7fcb43f250c9949e58feb4bd4f7a13..160823798a9ecafacee1c849b1a9d95e020c4e55 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -1984,11 +1984,11 @@ void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) {
|
| }
|
| }
|
|
|
| -void TraceBeginCHROMIUM(GLuint bucket_id) {
|
| +void TraceBeginCHROMIUM(GLuint category_bucket_id, GLuint name_bucket_id) {
|
| gles2::cmds::TraceBeginCHROMIUM* c =
|
| GetCmdSpace<gles2::cmds::TraceBeginCHROMIUM>();
|
| if (c) {
|
| - c->Init(bucket_id);
|
| + c->Init(category_bucket_id, name_bucket_id);
|
| }
|
| }
|
|
|
|
|