Chromium Code Reviews| Index: content/common/gpu/gpu_memory_manager.h |
| diff --git a/content/common/gpu/gpu_memory_manager.h b/content/common/gpu/gpu_memory_manager.h |
| index 015f0b03eae0576cad1bb13d4464c549e389b1ce..f60ea99d3eae12d51d279c573157d3f72bdbd831 100644 |
| --- a/content/common/gpu/gpu_memory_manager.h |
| +++ b/content/common/gpu/gpu_memory_manager.h |
| @@ -103,7 +103,11 @@ class CONTENT_EXPORT GpuMemoryManager : |
| // The maximum amount of memory that a tab may be assigned |
| size_t GetMaximumTabAllocation() const { |
| +#if defined(OS_CHROMEOS) |
| + return = 1024 * 1024 * 1024; |
|
piman
2012/09/11 01:21:47
'=' typo?
I wouldn't even call GetMaximumTabAlloc
|
| +#else |
| return 128 * 1024 * 1024; |
| +#endif |
| } |
| // The minimum non-zero amount of memory that a tab may be assigned |