aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrMurmur3HashKey.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-01-23 06:46:16 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-23 06:46:16 -0800
commit1ea1ebce1033ab14b1dc47cea9559073e38757fb (patch)
tree27e0c0b4ef0a26dcb73108e0fc162f62decfaa04 /src/gpu/GrMurmur3HashKey.h
parent016dffb7b3f5f94b4777ddc6bd8bcd03becf4e38 (diff)
Remove GrBinHashKey
Diffstat (limited to 'src/gpu/GrMurmur3HashKey.h')
-rw-r--r--src/gpu/GrMurmur3HashKey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrMurmur3HashKey.h b/src/gpu/GrMurmur3HashKey.h
index ad1fa7c96d..be673628eb 100644
--- a/src/gpu/GrMurmur3HashKey.h
+++ b/src/gpu/GrMurmur3HashKey.h
@@ -16,7 +16,7 @@
/**
* GrMurmur3HashKey is a hash key class that can take a data chunk of any predetermined
* length. It uses the Murmur3 hash function. It is intended to be used with
- * SkTDynamicHash (where GrBinHashKey is for GrTHashTable).
+ * SkTDynamicHash.
*/
template<size_t KEY_SIZE_IN_BYTES>
class GrMurmur3HashKey {