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