In SkGlyphCache::AttachCache most of the code uses the globals from a getGlobals() call, which is ...
12 years, 1 month ago
(2012-10-29 17:33:40 UTC)
#1
In SkGlyphCache::AttachCache most of the code uses the globals from a
getGlobals() call, which is correct. There is currently one line which calls
SkGraphics::GetFontCacheLimit() which is returning values on the shared globals
which is a different object (and has a different lifetime). This was causing
crashes when using large numbers of threads. Use just the globals we already
have.
Issue 6816052: Use consistent globals in AttachCache.
(Closed)
Created 12 years, 1 month ago by bungeman
Modified 12 years, 1 month ago
Reviewers: Leon
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0