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

Issue 14170010: rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use (Closed)

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

Description

rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use some algorithm other than CityHash Committed: https://code.google.com/p/skia/source/detail?r=8639

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : rename_Compute64_to_ComputeDigest #

Patch Set 4 : sync_to_r8638 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -318 lines) Patch
M gm/gm_expectations.h View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M gm/gmmain.cpp View 1 2 3 11 chunks +30 lines, -21 lines 0 comments Download
M gyp/tests.gyp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/utils.gyp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D src/utils/SkBitmapChecksummer.h View 1 2 3 1 chunk +0 lines, -37 lines 0 comments Download
D src/utils/SkBitmapChecksummer.cpp View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
A + src/utils/SkBitmapHasher.h View 1 2 1 chunk +15 lines, -10 lines 0 comments Download
A + src/utils/SkBitmapHasher.cpp View 1 2 5 chunks +10 lines, -9 lines 0 comments Download
A + tests/BitmapHasherTest.cpp View 1 2 3 chunks +16 lines, -137 lines 0 comments Download
M tests/ChecksumTest.cpp View 1 2 3 3 chunks +0 lines, -31 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
epoger
Ben, please review at patchset 2... CCing Eric so he sees the nacl change to ...
7 years, 8 months ago (2013-04-11 17:39:40 UTC) #1
epoger
https://codereview.chromium.org/14170010/diff/8001/gm/gm_expectations.h File gm/gm_expectations.h (right): https://codereview.chromium.org/14170010/diff/8001/gm/gm_expectations.h#newcode2 gm/gm_expectations.h:2: * Copyright 2013 Google Inc. Toplevel comment: the reason ...
7 years, 8 months ago (2013-04-11 17:41:58 UTC) #2
borenet
On 2013/04/11 17:41:58, epoger wrote: > https://codereview.chromium.org/14170010/diff/8001/gm/gm_expectations.h > File gm/gm_expectations.h (right): > > https://codereview.chromium.org/14170010/diff/8001/gm/gm_expectations.h#newcode2 > ...
7 years, 8 months ago (2013-04-11 17:43:59 UTC) #3
bungeman-skia
Other than the one naming nit, lgtm. https://codereview.chromium.org/14170010/diff/8001/src/utils/SkBitmapHasher.h File src/utils/SkBitmapHasher.h (right): https://codereview.chromium.org/14170010/diff/8001/src/utils/SkBitmapHasher.h#newcode34 src/utils/SkBitmapHasher.h:34: static bool ...
7 years, 8 months ago (2013-04-11 20:49:37 UTC) #4
epoger
https://codereview.chromium.org/14170010/diff/8001/src/utils/SkBitmapHasher.h File src/utils/SkBitmapHasher.h (right): https://codereview.chromium.org/14170010/diff/8001/src/utils/SkBitmapHasher.h#newcode34 src/utils/SkBitmapHasher.h:34: static bool Compute64(const SkBitmap& bitmap, SkHashDigest *result); On 2013/04/11 ...
7 years, 8 months ago (2013-04-12 02:20:48 UTC) #5
epoger
7 years, 8 months ago (2013-04-12 02:24:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r8639 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698