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 36ce3d29679332ea421eb4496b5ae900f667ae7d..297d154d44c1415f08d72dee0ef4b44d83fa46fc 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
@@ -1736,6 +1736,11 @@ void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM( |
NOTIMPLEMENTED(); |
} |
+void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM( |
+ WGC3Denum, WGC3Duint, WGC3Duint, WGC3Dint, WGC3Denum, WGC3Denum) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void WebGraphicsContext3DInProcessImpl::bindTexImage2DCHROMIUM( |
WGC3Denum target, WGC3Dint imageId) { |
NOTIMPLEMENTED(); |