0
Files
src/skia
jamesr@chromium.org 94124a943a 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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234702 0039d316-1c4b-4281-b951-d872f2087c98
2013-11-13 01:41:17 +00:00
..
2013-11-12 21:35:29 +00:00
2013-10-21 20:47:39 +00:00
2013-11-13 01:01:18 +00:00
2013-11-13 01:01:18 +00:00
2013-10-21 20:47:39 +00:00

This is a copy of the Skia source tree. In the original repository, the include
directories and the "corecg" directories are separated out. On top of
  libs/graphics -> skia
we have the following mappings from source repository to our tree:
  include/corecg -> skia/include/corecg
  include/graphics -> skia/include
  libs/corecg -> skia/corecg

platform/* are our own files that provide extra functionality we need our
Skia to implement.

DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we
sync to newer versions of Skia. The exception is platform/

THE EXCEPTION IS include/corecg/SkUserConfig.h which are the application's
definition of its options and environment. This file must be manually merged
with any changes in the Skia tree so that our options are preserved and we
also pick up any important changes they make.

 -- brettw@google.com, 28 December 2006

Patches we are tracking locally (until Skia is fixed upstream):
fix_for_1186198.diff -- eseidel, 6/4/08, BUG=1186198
linux_patch.diff