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

Issue 222343002: SkTDynamicHash: remove need for Equals(const T&, const Key&) param. (Closed)

Created:
6 years, 8 months ago by mtklein_C
Modified:
6 years, 8 months ago
Reviewers:
bsalomon, mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

SkTDynamicHash: remove need for Equals(const T&, const Key&) param. All implementations are relying on bool operator==(const Key&, const Key&) anyway, which makes total sense, so just make that required. BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14027

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -30 lines) Patch
M src/core/SkPictureFlat.h View 2 chunks +1 line, -3 lines 0 comments Download
M src/core/SkScaledImageCache.cpp View 1 chunk +3 lines, -6 lines 0 comments Download
M src/core/SkTDynamicHash.h View 5 chunks +4 lines, -6 lines 0 comments Download
M src/gpu/GrResourceCache.h View 2 chunks +1 line, -5 lines 0 comments Download
M src/gpu/GrTMultiMap.h View 2 chunks +2 lines, -7 lines 0 comments Download
M tests/DynamicHashTest.cpp View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mtklein
6 years, 8 months ago (2014-04-02 15:35:41 UTC) #1
bsalomon
lgtm
6 years, 8 months ago (2014-04-02 15:42:19 UTC) #2
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 8 months ago (2014-04-02 15:43:22 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/222343002/1
6 years, 8 months ago (2014-04-02 15:43:32 UTC) #4
commit-bot: I haz the power
6 years, 8 months ago (2014-04-02 17:03:20 UTC) #5
Message was sent while issue was closed.
Change committed as 14027

Powered by Google App Engine
This is Rietveld 408576698