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 4a515e9f055d13084aac347b8f050dd65c9e08e5..7f52b97d36917a18d6a6599afbc6401bd6e3ee0c 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
@@ -1798,5 +1798,13 @@ |
} |
} |
+ void TexImagePixmap2DCHROMIUM(GLenum target, GLuint pixmapId) { |
+ gles2::TexImagePixmap2DCHROMIUM* c = |
+ GetCmdSpace<gles2::TexImagePixmap2DCHROMIUM>(); |
+ if (c) { |
+ c->Init(target, pixmapId); |
+ } |
+ } |
+ |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ |