aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrResourceCache.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-12-09 06:27:59 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-09 06:27:59 -0800
commit9f0337ed4b5b5f7b3a049175365658470061b3cb (patch)
tree8d697963afb5a4835624a6affbe87f5f042620a8 /src/gpu/GrResourceCache.h
parenta2e056773da8b029c9dccd5be265cb43615786c7 (diff)
Attempt to land cache purge again [and regen bot logs if still failing]
Diffstat (limited to 'src/gpu/GrResourceCache.h')
-rw-r--r--src/gpu/GrResourceCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrResourceCache.h b/src/gpu/GrResourceCache.h
index a495f565b2..adbfb7919f 100644
--- a/src/gpu/GrResourceCache.h
+++ b/src/gpu/GrResourceCache.h
@@ -60,7 +60,7 @@ public:
// purged. Large values disable the feature (as the ring buffer of flush timestamps would be
// large). This is currently the default until we decide to enable this feature
// of the cache by default.
- static const int kDefaultMaxUnusedFlushes = 1024;
+ static const int kDefaultMaxUnusedFlushes = 64;
/** Used to access functionality needed by GrGpuResource for lifetime management. */
class ResourceAccess;