Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
index a810c1c873793f87436c6e7400ed80d77f51dc77..daf4ef4da9812d1ffb0ccb5df46779a0db014e79 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
@@ -1732,7 +1732,7 @@ DELEGATE_TO_GL_3(getQueryObjectuivEXT, GetQueryObjectuivARB, |
WebGLId, WGC3Denum, WGC3Duint*) |
void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM( |
- WGC3Denum, WGC3Duint, WGC3Duint, WGC3Dint, WGC3Denum) { |
+ WGC3Denum, WGC3Duint, WGC3Duint, WGC3Dint, WGC3Denum, WGC3Denum) { |
NOTIMPLEMENTED(); |
} |