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

Issue 13990003: explicitly initialize all entries in array of SkBaseMatrix, since we can't say (Closed)

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

Description

explicitly initialize all entries in array of SkBaseMatrix, since we can't say that implicitly in C (given that our initializer value may not be all zeros). crbug.com/174644 Committed: https://code.google.com/p/skia/source/detail?r=8660

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -14 lines) Patch
M trunk/include/core/SkThread_platform.h View 2 chunks +0 lines, -3 lines 0 comments Download
M trunk/src/core/SkPixelRef.cpp View 1 1 chunk +37 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
bungeman-skia
Looks like a good idea to me. https://codereview.chromium.org/13990003/diff/1/trunk/src/core/SkPixelRef.cpp File trunk/src/core/SkPixelRef.cpp (right): https://codereview.chromium.org/13990003/diff/1/trunk/src/core/SkPixelRef.cpp#newcode18 trunk/src/core/SkPixelRef.cpp:18: { PTHREAD_MUTEX_INITIALIZER ...
7 years, 8 months ago (2013-04-11 21:47:06 UTC) #1
reed1
On 2013/04/11 21:47:06, bungeman1 wrote: > Looks like a good idea to me. > > ...
7 years, 8 months ago (2013-04-12 14:37:33 UTC) #2
reed1
7 years, 8 months ago (2013-04-12 15:34:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r8660.

Powered by Google App Engine
This is Rietveld 408576698