| Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| index 88ab603a5a51b193471cd50eb0bed1636222f295..eb9b164acb7f187dfd523bef473abef5c961ad4b 100644
|
| --- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| +++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| @@ -349,6 +349,7 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
|
| void,
|
| (GLint plane_z_order,
|
| GLenum plane_transform,
|
| + GLuint storage_format,
|
| GLuint overlay_texture_id,
|
| GLint bounds_x,
|
| GLint bounds_y,
|
| @@ -357,9 +358,11 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
|
| GLfloat uv_x,
|
| GLfloat uv_y,
|
| GLfloat uv_width,
|
| - GLfloat uv_height),
|
| + GLfloat uv_height,
|
| + GLboolean handle_scaling),
|
| (plane_z_order,
|
| plane_transform,
|
| + storage_format,
|
| overlay_texture_id,
|
| bounds_x,
|
| bounds_y,
|
| @@ -368,7 +371,8 @@ VISIT_GL_CALL(ScheduleOverlayPlaneCHROMIUM,
|
| uv_x,
|
| uv_y,
|
| uv_width,
|
| - uv_height))
|
| + uv_height,
|
| + handle_scaling))
|
| VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval))
|
| VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ())
|
| VISIT_GL_CALL(MatrixLoadfCHROMIUM,
|
|
|