| 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 0c8657414240c78b4277efe3127e54da8c8e67cc..157d6fca5446d8f00d840eb0377373821045fecc 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -452,6 +452,12 @@ void WebGraphicsContext3DCommandBufferImpl::setVisibilityCHROMIUM(
|
| gl_->FreeEverything();
|
| }
|
|
|
| +void WebGraphicsContext3DCommandBufferImpl::discardFramebufferEXT() {
|
| +}
|
| +
|
| +void WebGraphicsContext3DCommandBufferImpl::ensureFramebufferCHROMIUM() {
|
| +}
|
| +
|
| void WebGraphicsContext3DCommandBufferImpl::
|
| setMemoryAllocationChangedCallbackCHROMIUM(
|
| WebGraphicsMemoryAllocationChangedCallbackCHROMIUM* callback) {
|
|
|