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 3ae592e5c1d7a6de874ce86d91f61d0181bdd4c4..68a1632034cecaa3680d5c6d19f3d84fe531f44c 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
@@ -3146,4 +3146,15 @@ void UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate( |
} |
} |
+void SwapBuffersWithDamageCHROMIUM(GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height) { |
+ gles2::cmds::SwapBuffersWithDamageCHROMIUM* c = |
+ GetCmdSpace<gles2::cmds::SwapBuffersWithDamageCHROMIUM>(); |
+ if (c) { |
+ c->Init(x, y, width, height); |
+ } |
+} |
+ |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ |