Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1551143002: Remove the "target" argument from CopyTextureChromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error. Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ppapi/lib/gl/include/GLES2/gl2ext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index 334449385a94200afabe622b8b577b7f31ffd10f..85c10162d87879ec1890f9a3b791f4c865e855fe 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -183,16 +183,14 @@ VISIT_GL_CALL(TexImageIOSurface2DCHROMIUM,
(target, width, height, ioSurfaceId, plane))
VISIT_GL_CALL(CopyTextureCHROMIUM,
void,
- (GLenum target,
- GLenum source_id,
+ (GLenum source_id,
GLenum dest_id,
GLint internalformat,
GLenum dest_type,
GLboolean unpack_flip_y,
GLboolean unpack_premultiply_alpha,
GLboolean unpack_unmultiply_alpha),
- (target,
- source_id,
+ (source_id,
dest_id,
internalformat,
dest_type,
@@ -201,8 +199,7 @@ VISIT_GL_CALL(CopyTextureCHROMIUM,
unpack_unmultiply_alpha))
VISIT_GL_CALL(CopySubTextureCHROMIUM,
void,
- (GLenum target,
- GLenum source_id,
+ (GLenum source_id,
GLenum dest_id,
GLint xoffset,
GLint yoffset,
@@ -213,8 +210,7 @@ VISIT_GL_CALL(CopySubTextureCHROMIUM,
GLboolean unpack_flip_y,
GLboolean unpack_premultiply_alpha,
GLboolean unpack_unmultiply_alpha),
- (target,
- source_id,
+ (source_id,
dest_id,
xoffset,
yoffset,
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ppapi/lib/gl/include/GLES2/gl2ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698