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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h

Issue 10535174: Addition of unpremultiply setting to GL_CHROMIUM_copy_texture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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_command_buffer_impl.h
===================================================================
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (revision 141671)
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (working copy)
@@ -475,8 +475,8 @@
virtual void getQueryObjectuivEXT(
WebGLId query, WGC3Denum pname, WGC3Duint* params);
- virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
- WebGLId dest_id, WGC3Dint level,
+ virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
+ WGC3Duint dest_id, WGC3Dint level,
WGC3Denum internal_format);
protected:

Powered by Google App Engine
This is Rietveld 408576698