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

Issue 13146005: Fix minor cppcheck-found issues (Closed)

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

Description

These are pesky, minor things (pedantic even, in the case of SkBitSet) so feel free to reject out of hand if you don't like them.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M src/gpu/GrAAHairLinePathRenderer.cpp View 2 chunks +1 line, -1 line 0 comments Download
M src/ports/SkFontHost_mac.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/utils/SkBitSet.h View 1 chunk +1 line, -1 line 1 comment Download
M src/utils/SkBitSet.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
robertphillips
7 years, 9 months ago (2013-03-28 12:29:32 UTC) #1
bsalomon
On 2013/03/28 12:29:32, robertphillips wrote: lgtm. The SkBitSet one is perhaps the most legit IMO ...
7 years, 9 months ago (2013-03-28 13:08:04 UTC) #2
reed1
lgtm https://codereview.chromium.org/13146005/diff/1/src/utils/SkBitSet.h File src/utils/SkBitSet.h (right): https://codereview.chromium.org/13146005/diff/1/src/utils/SkBitSet.h#newcode23 src/utils/SkBitSet.h:23: SkBitSet& operator=(const SkBitSet& rhs); that's a funny mistake.
7 years, 9 months ago (2013-03-28 13:34:46 UTC) #3
edisonn
On 2013/03/28 13:34:46, reed1 wrote: > lgtm > > https://codereview.chromium.org/13146005/diff/1/src/utils/SkBitSet.h > File src/utils/SkBitSet.h (right): > ...
7 years, 9 months ago (2013-03-28 14:30:01 UTC) #4
robertphillips
7 years, 8 months ago (2013-03-29 12:11:29 UTC) #5
Message was sent while issue was closed.
committed as r8439

Powered by Google App Engine
This is Rietveld 408576698