| Index: gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc b/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index 4f83fa396b6eefc6132ba96dab5cc0ed380e004e..fb408c8f6f2b5afe1fa2738a4b675b38d719d17c 100644
|
| --- a/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -93,10 +93,6 @@ WebGraphicsContext3DInProcessCommandBufferImpl::
|
| ~WebGraphicsContext3DInProcessCommandBufferImpl() {
|
| }
|
|
|
| -size_t WebGraphicsContext3DInProcessCommandBufferImpl::GetMappedMemoryLimit() {
|
| - return context_->GetMappedMemoryLimit();
|
| -}
|
| -
|
| bool WebGraphicsContext3DInProcessCommandBufferImpl::MaybeInitializeGL() {
|
| if (initialized_)
|
| return true;
|
|
|