| 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 895f7b9b3c8f6a595131421ad455bc034d3c003e..70723c80b8a7a814d1ae40dfead3141155e99624 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -28,7 +28,11 @@ class GpuMemoryTrackingGroup;
|
| class CONTENT_EXPORT GpuMemoryManager :
|
| public base::SupportsWeakPtr<GpuMemoryManager> {
|
| public:
|
| +#if defined(OS_ANDROID)
|
| + enum { kDefaultMaxSurfacesWithFrontbufferSoftLimit = 1 };
|
| +#else
|
| enum { kDefaultMaxSurfacesWithFrontbufferSoftLimit = 8 };
|
| +#endif
|
| enum ScheduleManageTime {
|
| // Add a call to Manage to the thread's message loop immediately.
|
| kScheduleManageNow,
|
|
|