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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 13613006: Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase the patch and solve the merge conflict issue Created 7 years, 8 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
Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 9e86c64c5617bb0cff9ad7379193524065336542..a96751b0a8aefd0b4c86d15e7d0f2ed5b54a382d 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -477,6 +477,12 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessImpl :
virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
WGC3Duint dest_id, WGC3Dint level,
WGC3Denum internal_format);
+
+ virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
+ WGC3Duint dest_id, WGC3Dint level,
+ WGC3Denum internal_format,
+ WGC3Denum dest_type);
+
virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
const WGC3Dchar* uniform);
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698