| Index: content/common/gpu/gpu_memory_manager.cc
|
| diff --git a/content/common/gpu/gpu_memory_manager.cc b/content/common/gpu/gpu_memory_manager.cc
|
| index 66f16c09a9cb32e259581036e44a2e76e686309c..14848119d1ba9bc53239d62189c200f070edc103 100644
|
| --- a/content/common/gpu/gpu_memory_manager.cc
|
| +++ b/content/common/gpu/gpu_memory_manager.cc
|
| @@ -88,8 +88,12 @@ GpuMemoryManager::GpuMemoryManager(GpuMemoryManagerClient* client,
|
| #if defined(OS_ANDROID)
|
| bytes_available_gpu_memory_ = 64 * 1024 * 1024;
|
| #else
|
| +#if defined(OS_CHROMEOS)
|
| + bytes_available_gpu_memory_ = 1024 * 1024 * 1024;
|
| +#else
|
| bytes_available_gpu_memory_ = 256 * 1024 * 1024;
|
| #endif
|
| +#endif
|
| }
|
| }
|
|
|
|
|