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

Issue 252713002: Create SkGlyphCache globals with SkOnce. (Closed)

Created:
6 years, 8 months ago by bungeman-skia
Modified:
6 years, 7 months ago
Reviewers:
epoger, mtklein, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Create SkGlyphCache globals with SkOnce. VC++ will have magic statics with VS2014, but does not currently have them. The thread unsafe implementation was causing the DirectWrite bots to randomly crash when running multi-threaded tests, as gGlobals could be seen as NULL. R=mtklein@google.com Committed: https://code.google.com/p/skia/source/detail?r=14397

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M src/core/SkGlyphCache.cpp View 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
bungeman-skia
6 years, 8 months ago (2014-04-25 14:29:14 UTC) #1
mtklein
lgtm
6 years, 8 months ago (2014-04-25 14:34:59 UTC) #2
bungeman-chromium
Committed patchset #1 manually as r14397 (presubmit successful).
6 years, 7 months ago (2014-04-28 13:58:37 UTC) #3
epoger
6 years, 7 months ago (2014-04-28 14:54:15 UTC) #4
Message was sent while issue was closed.
Please use the commit-queue, when possible, to increase chances of catching
compile errors.

Powered by Google App Engine
This is Rietveld 408576698