Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: content/common/gpu/gpu_memory_manager.h

Issue 10052018: Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupled from backbuffer dro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes, rebasing with master Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698