Index: gpu/GLES2/gl2extchromium.h |
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h |
index d23191cce04e66449fee4abd0a7b32876a55d044..256807427310bd77828f8af70d26ccb5228dc0a3 100644 |
--- a/gpu/GLES2/gl2extchromium.h |
+++ b/gpu/GLES2/gl2extchromium.h |
@@ -575,7 +575,8 @@ typedef void (GL_APIENTRYP PFNGLDRAWBUFFERSEXTPROC) ( |
#ifndef GL_CHROMIUM_resize |
#define GL_CHROMIUM_resize 1 |
#ifdef GL_GLEXT_PROTOTYPES |
-GL_APICALL void GL_APIENTRY glResizeCHROMIUM(GLuint width, GLuint height); |
+GL_APICALL void GL_APIENTRY glResizeCHROMIUM( |
+ GLuint width, GLuint height, GLfloat scale_factor); |
#endif |
typedef void (GL_APIENTRYP PFNGLRESIZECHROMIUMPROC) ( |
GLuint width, GLuint height); |