Minimize SkTHash object copying
authorfmalita <fmalita@chromium.org>
Fri, 13 Feb 2015 01:32:49 +0000 (17:32 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Feb 2015 01:32:49 +0000 (17:32 -0800)
commit79ca081b906b53ad0ee760042e3ea225f39de794
tree47a9930a5cf3f6e27f2bfe00a9c412f4f9f8cda3
parent0a62ad734ccd5e52f5e08afd64c3d758711315d5
Minimize SkTHash object copying

AKA ref-constify the world.

R=mtklein@google.com

Review URL: https://codereview.chromium.org/919193002
src/core/SkTHash.h
tests/HashTest.cpp