Index: gpu/command_buffer/build_gles2_cmd_buffer.py |
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py |
index 88eaa4e4cbf0343ba893d3299c4b9e32516e12b2..b5e0ea9e4f6a6ab3e38fd972cf93893fa2e965ec 100755 |
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py |
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py |
@@ -3544,6 +3544,7 @@ class GENnHandler(TypeHandler): |
code = """ GPU_CLIENT_SINGLE_THREAD_CHECK(); |
GetIdHandler(id_namespaces::k%(resource_types)s)-> |
MakeIds(this, 0, %(args)s); |
+ Gen%(name)sHelper(%(args)s); |
helper_->%(name)sImmediate(%(args)s); |
helper_->CommandBufferHelper::Flush(); |
%(log_code)s |