| 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 2315c84e64b84a85aee411cdb7a9078d6eecdda9..a55aee4b027ef74de843565c65b5f9b85ca50c08 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -28,7 +28,7 @@ class GpuMemoryTrackingGroup;
|
| class CONTENT_EXPORT GpuMemoryManager :
|
| public base::SupportsWeakPtr<GpuMemoryManager> {
|
| public:
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) || 1
|
| enum { kDefaultMaxSurfacesWithFrontbufferSoftLimit = 1 };
|
| #else
|
| enum { kDefaultMaxSurfacesWithFrontbufferSoftLimit = 8 };
|
|
|