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

Issue 113543005: Fix race on creating the default typeface. (Closed)

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

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address comments. #

Patch Set 3 : Remove unwanted whitespace. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -10 lines) Patch
M include/core/SkTypeface.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkTypeface.cpp View 1 2 chunks +19 lines, -10 lines 2 comments Download

Messages

Total messages: 7 (0 generated)
bungeman-skia
We either need something like this, or we need to relax the the restriction that ...
7 years ago (2013-12-20 16:01:40 UTC) #1
reed1
public api lgtm -- defer to klein mike for the rest
7 years ago (2013-12-20 16:12:42 UTC) #2
mtklein
Looks great. Just the 4s and 3s jumping out at me as tricky. https://codereview.chromium.org/113543005/diff/1/src/core/SkTypeface.cpp File ...
6 years, 11 months ago (2013-12-31 00:10:20 UTC) #3
bungeman-skia
Updated to take comments into account. PTAL.
6 years, 11 months ago (2014-01-09 17:01:06 UTC) #4
mtklein
lgtm https://codereview.chromium.org/113543005/diff/110001/src/core/SkTypeface.cpp File src/core/SkTypeface.cpp (right): https://codereview.chromium.org/113543005/diff/110001/src/core/SkTypeface.cpp#newcode81 src/core/SkTypeface.cpp:81: SK_COMPILE_ASSERT(SkTIsPow2<FONT_STYLE_COUNT>::value, FONT_STYLE_COUNT_not_power_of_2); Since we're leaving SkTIsPow2 in this ...
6 years, 11 months ago (2014-01-09 17:08:22 UTC) #5
bungeman-skia
https://codereview.chromium.org/113543005/diff/110001/src/core/SkTypeface.cpp File src/core/SkTypeface.cpp (right): https://codereview.chromium.org/113543005/diff/110001/src/core/SkTypeface.cpp#newcode81 src/core/SkTypeface.cpp:81: SK_COMPILE_ASSERT(SkTIsPow2<FONT_STYLE_COUNT>::value, FONT_STYLE_COUNT_not_power_of_2); On 2014/01/09 17:08:22, mtklein wrote: > Since ...
6 years, 11 months ago (2014-01-09 17:12:56 UTC) #6
bungeman-skia
6 years, 11 months ago (2014-01-09 17:13:36 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r12993 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698