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 b8b4bd985ef55bf6b497bf9032e3d3c7a2750279..3308518c93e39227dc15aab75a6edc7006948557 100644 |
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h |
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
@@ -1505,6 +1505,7 @@ void GL_APIENTRY GLES2DiscardBackbufferCHROMIUM() { |
} |
void GL_APIENTRY GLES2ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
GLenum plane_transform, |
+ GLuint storage_format, |
GLuint overlay_texture_id, |
GLint bounds_x, |
GLint bounds_y, |
@@ -1513,10 +1514,12 @@ void GL_APIENTRY GLES2ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
GLfloat uv_x, |
GLfloat uv_y, |
GLfloat uv_width, |
- GLfloat uv_height) { |
+ GLfloat uv_height, |
+ GLboolean handle_scaling) { |
gles2::GetGLContext()->ScheduleOverlayPlaneCHROMIUM( |
- plane_z_order, plane_transform, overlay_texture_id, bounds_x, bounds_y, |
- bounds_width, bounds_height, uv_x, uv_y, uv_width, uv_height); |
+ plane_z_order, plane_transform, storage_format, overlay_texture_id, |
+ bounds_x, bounds_y, bounds_width, bounds_height, uv_x, uv_y, uv_width, |
+ uv_height, handle_scaling); |
} |
void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
const GLfloat* contents_rect, |