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 0a84ec411e0286265f3028917f0c71ad98401fbd..5d0e5dbbfc83f85501bc4ae72625497158ad0288 100644 |
| --- a/content/common/gpu/gpu_memory_manager.h |
| +++ b/content/common/gpu/gpu_memory_manager.h |
| @@ -26,7 +26,7 @@ public: |
| class CONTENT_EXPORT GpuMemoryManager { |
| public: |
| - enum { kDefaultMaxSurfacesWithFrontbufferSoftLimit = 8 }; |
| + enum { kDefaultMaxSurfacesWithFrontbufferSoftLimit = 3 }; |
|
mmocny
2012/06/01 21:06:51
This was checked in accidentally. I'll fix it in
mmocny
2012/06/05 14:52:35
Done.
|
| // These are predefined values (in bytes) for |
| // GpuMemoryAllocation::gpuResourceSizeInBytes. |