 Chromium Code Reviews
 Chromium Code Reviews Issue 1119723003:
  Add glCopyCompressedTextureCHROMIUM  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1119723003:
  Add glCopyCompressedTextureCHROMIUM  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: gpu/GLES2/gl2extchromium.h | 
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h | 
| index 5ca43fd8dc5a5ae027157d4bf53217388cad0810..9a3ac96e99a58b9f1cc826c574fd9a16c932fb55 100644 | 
| --- a/gpu/GLES2/gl2extchromium.h | 
| +++ b/gpu/GLES2/gl2extchromium.h | 
| @@ -413,6 +413,9 @@ GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUM(GLenum target, | 
| GLint y, | 
| GLsizei width, | 
| GLsizei height); | 
| + | 
| +GL_APICALL void GL_APIENTRY glCompressedCopyTextureCHROMIUM( | 
| 
reveman
2015/06/12 14:23:34
nit: move this to a separate "#ifndef GL_CHROMIUM_
 
christiank
2015/06/15 09:42:42
Done.
 | 
| + GLenum target, GLenum source_id, GLenum dest_id); | 
| #endif | 
| typedef void(GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUMPROC)(GLenum target, | 
| GLenum source_id, |