| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index 934fe97620c497c8503d85086922ab2e5690f234..ebf221728a79005016ed9fd604894e50341d141f 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1709,6 +1709,13 @@ GLES2UniformMatrix4fvStreamTextureMatrixCHROMIUM(GLint location,
|
| gles2::GetGLContext()->UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| location, transpose, transform);
|
| }
|
| +void GL_APIENTRY GLES2OverlayPromotionHintCHROMIUM(GLuint texture,
|
| + GLboolean promotion_hint,
|
| + GLint display_x,
|
| + GLint display_y) {
|
| + gles2::GetGLContext()->OverlayPromotionHintCHROMIUM(texture, promotion_hint,
|
| + display_x, display_y);
|
| +}
|
| void GL_APIENTRY GLES2SwapBuffersWithDamageCHROMIUM(GLint x,
|
| GLint y,
|
| GLint width,
|
| @@ -3015,6 +3022,10 @@ extern const NameToFunc g_gles2_function_table[] = {
|
| glUniformMatrix4fvStreamTextureMatrixCHROMIUM),
|
| },
|
| {
|
| + "glOverlayPromotionHintCHROMIUM",
|
| + reinterpret_cast<GLES2FunctionPointer>(glOverlayPromotionHintCHROMIUM),
|
| + },
|
| + {
|
| "glSwapBuffersWithDamageCHROMIUM",
|
| reinterpret_cast<GLES2FunctionPointer>(glSwapBuffersWithDamageCHROMIUM),
|
| },
|
|
|