| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 0eca015974d65235fcf7d69be6ce6d195abc3b87..dd8b7f87af0f683c209a5b5131a9142c34a91fb5 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -139,10 +139,6 @@ class WebGraphicsContext3DCommandBufferImpl
|
| const SharedMemoryLimits& limits,
|
| WebGraphicsContext3DCommandBufferImpl* share_context);
|
|
|
| - size_t GetMappedMemoryLimit() {
|
| - return mem_limits_.mapped_memory_reclaim_limit;
|
| - }
|
| -
|
| CONTENT_EXPORT bool InitializeOnCurrentThread();
|
|
|
| void SetContextType(CommandBufferContextType type) {
|
|
|