Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (revision 95857) |
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (working copy) |
@@ -908,9 +908,7 @@ |
void WebGraphicsContext3DInProcessCommandBufferImpl:: |
copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) { |
- // TODO(gmam): See if we can comment this in. |
- // ClearContext(); |
- copyTextureToCompositor(texture, parentTexture); |
+ NOTIMPLEMENTED(); |
} |
void WebGraphicsContext3DInProcessCommandBufferImpl:: |
@@ -1601,10 +1599,7 @@ |
void WebGraphicsContext3DInProcessCommandBufferImpl::copyTextureToCompositor( |
WebGLId texture, WebGLId parentTexture) { |
- // TODO(gmam): See if we can comment this in. |
- // ClearContext(); |
- gl_->CopyTextureToParentTextureCHROMIUM(texture, parentTexture); |
- gl_->Flush(); |
+ NOTIMPLEMENTED(); |
} |
void WebGraphicsContext3DInProcessCommandBufferImpl::OnSwapBuffersComplete() { |