| Index: src/gpu/GrTextBlobCache.cpp
|
| diff --git a/src/gpu/GrTextBlobCache.cpp b/src/gpu/GrTextBlobCache.cpp
|
| index 9141b1712ad67c26c3f32360bb3dd01dc3208b37..71c201f4900f186f0ee5ac862483be0c138160eb 100644
|
| --- a/src/gpu/GrTextBlobCache.cpp
|
| +++ b/src/gpu/GrTextBlobCache.cpp
|
| @@ -10,7 +10,7 @@
|
| static const int kVerticesPerGlyph = 4;
|
|
|
| GrTextBlobCache::~GrTextBlobCache() {
|
| - SkTDynamicHash<BitmapTextBlob, uint32_t>::Iter iter(&fCache);
|
| + SkTDynamicHash<BitmapTextBlob, BitmapTextBlob::Key>::Iter iter(&fCache);
|
| while (!iter.done()) {
|
| (&(*iter))->unref();
|
| ++iter;
|
|
|