| 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 f729b9205c1bfabfda1a3cc65b11480d36989321..7d9c0a2d0a4d76d96faf230a791813a1caf5fbf9 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -810,6 +810,19 @@ void WebGraphicsContext3DInProcessCommandBufferImpl::setVisibilityCHROMIUM(
|
| }
|
|
|
| void WebGraphicsContext3DInProcessCommandBufferImpl::
|
| + setMemoryAllocationChangedCallbackCHROMIUM(
|
| + WebGraphicsMemoryAllocationChangedCallbackCHROMIUM* callback) {
|
| +}
|
| +
|
| +void WebGraphicsContext3DInProcessCommandBufferImpl::discardFramebufferEXT(
|
| + WGC3Denum target, WGC3Dsizei numAttachments, const WGC3Denum* attachments) {
|
| +}
|
| +
|
| +void WebGraphicsContext3DInProcessCommandBufferImpl::
|
| + ensureFramebufferCHROMIUM() {
|
| +}
|
| +
|
| +void WebGraphicsContext3DInProcessCommandBufferImpl::
|
| copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|