| 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 363ff628c6d6a4ccca5ed693c752cca49ff8172c..af8d130454e2672d0ddeb51b72b6a28261e1fc34 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -131,6 +131,10 @@ class WebGraphicsContext3DCommandBufferImpl
|
| const WebGraphicsContext3D::Attributes& attributes,
|
| const GURL& active_url);
|
|
|
| + size_t GetMappedMemoryLimit() {
|
| + return mapped_memory_limit_;
|
| + }
|
| +
|
| //----------------------------------------------------------------------
|
| // WebGraphicsContext3D methods
|
|
|
|
|