Index: src/gpu/GrResourceCache.cpp |
diff --git a/src/gpu/GrResourceCache.cpp b/src/gpu/GrResourceCache.cpp |
index 8b445683385528983c48be4bf4b91beefd5a8ca9..f8b1a1266e2848d0abddd6a4ddd62ac08fc425ea 100644 |
--- a/src/gpu/GrResourceCache.cpp |
+++ b/src/gpu/GrResourceCache.cpp |
@@ -56,7 +56,7 @@ private: |
////////////////////////////////////////////////////////////////////////////// |
-static const int kDefaultMaxCount = 2 * (1 << 10); |
+static const int kDefaultMaxCount = 2 * (1 << 12); |
static const size_t kDefaultMaxSize = 96 * (1 << 20); |
GrResourceCache::GrResourceCache() |