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 e17a79684fa6784aded0cfe235647b289cdba520..b922eb9915c6a9c8c4582a12ecd5a0a3196bda3e 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 |