commit | 4c2af7407818f6f2d4e4b57da6bbca16524e04b9 | [log] [tgz] |
---|---|---|
author | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Oct 21 21:04:06 2013 +0000 |
committer | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Oct 21 21:04:06 2013 +0000 |
tree | 4c9f04137d3a94e872d5248fe1dca6c240561b37 | |
parent | 5ee18dd20192d020884a95c7991c63ce33af3137 [diff] [blame] |
GrTHashCache -> GrTHashTable The class is Table, but the file's Cache. That's confusing. BUG= R=bsalomon@google.com Review URL: https://codereview.chromium.org/32523004 git-svn-id: http://skia.googlecode.com/svn/trunk@11898 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/HashCacheTest.cpp b/tests/HashCacheTest.cpp index 2733447..ae26f3b 100644 --- a/tests/HashCacheTest.cpp +++ b/tests/HashCacheTest.cpp
@@ -10,7 +10,7 @@ // This is a GR test #if SK_SUPPORT_GPU -#include "GrTHashCache.h" +#include "GrTHashTable.h" struct HashElement { int fKey;