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

Unified Diff: skia/skia_common.gypi

Issue 110863003: skia: Use discardable memory for scaled image cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use SkGraphics::SetImageCacheByteLimit instead of SkScaledImageCache::SetByteLimit. Created 6 years, 11 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index db882c57ce1e16e46906a80a0e6d89b8f0d3eb59..fb3e2d1fbbea988fd0d8b1da9dbd8ef9e525fcac 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -191,6 +191,8 @@
'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS',
'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)',
+
+ 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE',
],
'direct_dependent_settings': {
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698