Replace GrTHash with SkTDynamicHash
authorrobertphillips <robertphillips@google.com>
Sun, 20 Jul 2014 16:40:00 +0000 (09:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Sun, 20 Jul 2014 16:40:00 +0000 (09:40 -0700)
commit3d533ac917eaadf2fb3561f57d7266d8c0e665fd
treee1a710cf8756032da254ec484a4bb6128e61086d
parent249171e7d29b5559f3eefe9dbd437030bfad3fda
Replace GrTHash with SkTDynamicHash

Mike: SkTDynamicHash changes
Brian: Ganesh changes

This removes three instances of GrTHash leaving the ones in GrTextStrike.h

R=mtklein@google.com, bsalomon@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/402693003
src/core/SkTDynamicHash.h
src/gpu/GrBinHashKey.h
src/gpu/GrLayerCache.cpp
src/gpu/GrLayerCache.h
src/gpu/effects/GrTextureStripAtlas.cpp
src/gpu/effects/GrTextureStripAtlas.h
src/gpu/gl/GrGpuGL.h
tests/DynamicHashTest.cpp
tests/GrBinHashKeyTest.cpp