| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| index 2c26f2a827fa49c1e8b18c5dd60f3071a291fa0f..3c2d04e81385a0557d15aa60b5f599b42404442e 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -939,6 +939,10 @@ void WebGraphicsContext3DCommandBufferImpl::flush() {
|
| gl_->FreeEverything();
|
| }
|
|
|
| +void WebGraphicsContext3DCommandBufferImpl::shallowFlushCHROMIUM() {
|
| + gl_->ShallowFlushCHROMIUM();
|
| +}
|
| +
|
| DELEGATE_TO_GL_4(framebufferRenderbuffer, FramebufferRenderbuffer,
|
| WGC3Denum, WGC3Denum, WGC3Denum, WebGLId)
|
|
|
|
|