Tweak validate() to check less as the size of the hash grows.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 17 Jan 2014 17:55:14 +0000 (17:55 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 17 Jan 2014 17:55:14 +0000 (17:55 +0000)
commitcd0bf0adaa7adc24f79834e1b36884b72e64dbcc
treeac08b93f6c7e0a33a8bc4c339766bf01352de15b
parent2ab1ba055536825552d6b49f0210c4e1531f02f0
Tweak validate() to check less as the size of the hash grows.

This makes working with a non-trivial SkTDynamicHash less painful in Debug
builds.  validate() is skipped in Release, so this has no effect there.

BUG=
R=kkinnunen@nvidia.com, bsalomon@google.com

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/140753003

git-svn-id: http://skia.googlecode.com/svn/trunk@13121 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkTDynamicHash.h