| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index 3546222a9f9d67cd48be5e2f16fa34861006192a..d59e7ee52e7a671bdf986a56f20b91b8daa20707 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -909,6 +909,10 @@ void WebGraphicsContext3DInProcessCommandBufferImpl::unmapTexSubImage2DCHROMIUM(
|
| gl_->UnmapTexSubImage2DCHROMIUM(mem);
|
| }
|
|
|
| +void WebGraphicsContext3DInProcessCommandBufferImpl::setVisibilityCHROMIUM(
|
| + bool visible) {
|
| +}
|
| +
|
| void WebGraphicsContext3DInProcessCommandBufferImpl::
|
| copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) {
|
| NOTIMPLEMENTED();
|
|
|