diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 19:36:33 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 19:36:33 +0000 |
commit | 2c657ac03b9852ded3b01d28f83a7fd1b0837b55 (patch) | |
tree | 377c9f6892133a54e9f67d1cf7b307361bbe0ebe /skia/skia_library.gypi | |
parent | 55bb47d66ae62d025f47b1ae50678ef03922613d (diff) | |
download | chromium_src-2c657ac03b9852ded3b01d28f83a7fd1b0837b55.zip chromium_src-2c657ac03b9852ded3b01d28f83a7fd1b0837b55.tar.gz chromium_src-2c657ac03b9852ded3b01d28f83a7fd1b0837b55.tar.bz2 |
Revert 234702 "Try a different arbitrary SkGlyphCache cap (64 ->..."
Still trying to understand if and how this number correlates to crashes.
> Try a different arbitrary SkGlyphCache cap (64 -> 256)
>
> We're hitting a lot of crashes in skia::CreateCanvas that may be due to GDI
> handle exhaustion. This picks a different arbitrary limit for the number
> of entries in this cache to try to see if the crashes are correlated. Changing
> this cap from 2048->64 was perf neutral on the bots, so 64->256 is also
> expected to be neutral.
>
> TBR=reed
> NOTRY=true
> BUG=275046,314387
>
> Review URL: https://codereview.chromium.org/71043002
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/71593003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index ce9bc5e..a93f6d5 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -442,7 +442,7 @@ 'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)', # http://crbug.com/314387 - 'SK_DEFAULT_FONT_CACHE_COUNT_LIMIT=256', + 'SK_DEFAULT_FONT_CACHE_COUNT_LIMIT=64', ], 'direct_dependent_settings': { |