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..7813939453cfc510d8e0c06d88ac4045fdedb7ed 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
@@ -476,7 +476,8 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessImpl : |
virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id, |
WGC3Duint dest_id, WGC3Dint level, |
- WGC3Denum internal_format); |
+ WGC3Denum internal_format, |
+ WGC3Denum dest_type); |
virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location, |
const WGC3Dchar* uniform); |