Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc |
=================================================================== |
--- content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (revision 95857) |
+++ content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (working copy) |
@@ -354,9 +354,7 @@ |
void WebGraphicsContext3DCommandBufferImpl::copyTextureToParentTextureCHROMIUM( |
WebGLId texture, WebGLId parentTexture) { |
- TRACE_EVENT0("gpu", "WebGfxCtx3DCmdBfrImpl::copyTextureToCompositor"); |
- gl_->CopyTextureToParentTextureCHROMIUM(texture, parentTexture); |
- gl_->Flush(); |
+ NOTIMPLEMENTED(); |
} |
void WebGraphicsContext3DCommandBufferImpl:: |